github: use go1.21.8

Except for wormchain.
This commit is contained in:
Jeff Schroeder 2024-04-02 13:06:37 -04:00
parent 544a89e2c5
commit 887368de9b
1 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20.10"
go-version: "1.21.8"
- run: make node
algorand:
@ -286,7 +286,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20.10"
go-version: "1.21.8"
- run: cd sdk/vaa && go test && go test -v -fuzz FuzzCalculateQuorum -run FuzzCalculateQuorum -fuzztime 15s
# Run Go linters
@ -303,7 +303,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20.10"
go-version: "1.21.8"
- name: Install formatter
run: go install golang.org/x/tools/cmd/goimports@v0.8.0
- name: Formatting checks
@ -345,7 +345,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20.10"
go-version: "1.21.8"
# The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols.
- name: Run golang tests
run: cd node && go test -v -timeout 5m -race -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...