Skip to content

Commit

Permalink
Update go (#406)
Browse files Browse the repository at this point in the history
* update go

* add .x

* up actions versions
  • Loading branch information
GalRogozinski authored May 21, 2024
1 parent 4d21044 commit 89ac2ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.20.x

- name: Get Dependencies
run: go get -v -t -d ./...
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.20.x

- name: Get Dependencies
run: go get -v -t -d ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ssvlabs/ssv-spec

go 1.19
go 1.20

require (
github.com/attestantio/go-eth2-client v0.21.3
Expand Down

0 comments on commit 89ac2ac

Please sign in to comment.