We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf00c9 commit b495699Copy full SHA for b495699
.github/workflows/build-and-test-go.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-go@v5
24
with:
25
- go-version: "1.22"
+ go-version: "1.23"
26
cache: false
27
- name: Build SP1 bindings
28
run: make build_sp1_linux
.github/workflows/test-risc-zero-old.yml
@@ -25,7 +25,7 @@ jobs:
29
30
- uses: actions-rs/toolchain@v1
31
.github/workflows/test-risc-zero.yml
0 commit comments