File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.20.8 '
20
+ go-version : ' ~1.20.10 '
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.20.8 '
32
+ go-version : ' ~1.20.10 '
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.20.8 '
50
+ go-version : ' ~1.20.10 '
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.20.8 '
23
+ go-version : ' ~1.20.10 '
24
24
- name : Set up arm64 cross compiler
25
25
run : |
26
26
sudo apt-get -y update
You can’t perform that action at this time.
0 commit comments