github-actions: update go version in build.yml
https://groups.google.com/g/golang-announce/c/3-TpUx48iQY
This commit is contained in:
parent
9768de3192
commit
f1daec84b0
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.3"
|
go-version: "1.19.7"
|
||||||
- run: make node
|
- run: make node
|
||||||
|
|
||||||
algorand:
|
algorand:
|
||||||
|
@ -259,7 +259,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.3"
|
go-version: "1.19.7"
|
||||||
- run: |
|
- run: |
|
||||||
cd wormchain
|
cd wormchain
|
||||||
make proto -B
|
make proto -B
|
||||||
|
@ -273,7 +273,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.3"
|
go-version: "1.19.7"
|
||||||
- run: cd sdk/vaa && go test
|
- run: cd sdk/vaa && go test
|
||||||
|
|
||||||
# Run Go linters
|
# Run Go linters
|
||||||
|
@ -290,7 +290,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.3"
|
go-version: "1.19.7"
|
||||||
- name: Install formatter
|
- name: Install formatter
|
||||||
run: go install golang.org/x/tools/cmd/goimports@latest
|
run: go install golang.org/x/tools/cmd/goimports@latest
|
||||||
- name: Formatting checks
|
- name: Formatting checks
|
||||||
|
@ -319,7 +319,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: "1.19.3"
|
go-version: "1.19.7"
|
||||||
# The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols.
|
# The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols.
|
||||||
- name: Run golang tests
|
- name: Run golang tests
|
||||||
run: cd node && go test -v -race -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...
|
run: cd node && go test -v -race -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...
|
||||||
|
|
Loading…
Reference in New Issue