Skip to content

Commit f51b9e6

Browse files
committed
go to 1.20.10
1 parent d6d4a6d commit f51b9e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: '~1.20.8'
20+
go-version: '~1.20.10'
2121
check-latest: true
2222
- name: Run static analysis tests
2323
shell: bash
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: actions/setup-go@v3
3131
with:
32-
go-version: '~1.20.8'
32+
go-version: '~1.20.10'
3333
- run: go test -v -timeout 10m -race ./...
3434
env:
3535
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" # Set the CGO flags to use the portable version of BLST
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Go
4848
uses: actions/setup-go@v3
4949
with:
50-
go-version: '~1.20.8'
50+
go-version: '~1.20.10'
5151
- name: Run e2e tests
5252
shell: bash
5353
run: scripts/tests.e2e.sh

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v3
2222
with:
23-
go-version: '~1.20.8'
23+
go-version: '~1.20.10'
2424
- name: Set up arm64 cross compiler
2525
run: |
2626
sudo apt-get -y update

0 commit comments

Comments
 (0)