Skip to content

Commit b495699

Browse files
authored
Bump_ci_golang (#1385)
1 parent 1bf00c9 commit b495699

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.22"
25+
go-version: "1.23"
2626
cache: false
2727
- name: Build SP1 bindings
2828
run: make build_sp1_linux

.github/workflows/test-risc-zero-old.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.22"
28+
go-version: "1.23"
2929
cache: false
3030
- uses: actions-rs/toolchain@v1
3131
with:

.github/workflows/test-risc-zero.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.22"
28+
go-version: "1.23"
2929
cache: false
3030
- uses: actions-rs/toolchain@v1
3131
with:

0 commit comments

Comments
 (0)