Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Switched to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
miha-stopar committed Feb 26, 2024
1 parent 16d93ad commit 2664db6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/geth-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Format
uses: Jerome1337/gofmt-action@v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: ~1.19
go-version: ~1.21
# Go cache for building geth-utils
- name: Go cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: ~1.19
go-version: ~1.21
# Go cache for building geth-utils
- name: Go cache
uses: actions/cache@v3
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: ~1.19
go-version: ~1.21
# Go cache for building geth-utils
- name: Go cache
uses: actions/cache@v3
Expand Down

0 comments on commit 2664db6

Please sign in to comment.