File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v3
19
19
with :
20
- go-version : ' 1.19 '
20
+ go-version : ' ~1.20.8 '
21
21
check-latest : true
22
22
- name : Run static analysis tests
23
23
shell : bash
29
29
- uses : actions/checkout@v3
30
30
- uses : actions/setup-go@v3
31
31
with :
32
- go-version : ' 1.19 '
32
+ go-version : ' ~1.20.8 '
33
33
- run : go test -v -timeout 10m -race ./...
34
34
env :
35
35
CGO_CFLAGS : " -O -D__BLST_PORTABLE__" # Set the CGO flags to use the portable version of BLST
47
47
- name : Set up Go
48
48
uses : actions/setup-go@v3
49
49
with :
50
- go-version : ' 1.19 '
50
+ go-version : ' ~1.20.8 '
51
51
- name : Run e2e tests
52
52
shell : bash
53
53
run : scripts/tests.e2e.sh
Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v3
22
22
with :
23
- go-version : ' 1.19 '
23
+ go-version : ' ~1.20.8 '
24
24
- name : Set up arm64 cross compiler
25
25
run : |
26
26
sudo apt-get -y update
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ linters-settings:
95
95
- name : useless-break
96
96
disabled : false
97
97
staticcheck :
98
- go : " 1.19 "
98
+ go : ' ~1.20.8 '
99
99
# https://staticcheck.io/docs/options#checks
100
100
checks :
101
101
- " all"
Original file line number Diff line number Diff line change 1
1
module github.com/ava-labs/avalanche-network-runner
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/ava-labs/avalanchego v1.10.10
You can’t perform that action at this time.
0 commit comments