Skip to content

feat(batcher): Update SP1 and Risc0 version in batcher, examples, and docs #64

feat(batcher): Update SP1 and Risc0 version in batcher, examples, and docs

feat(batcher): Update SP1 and Risc0 version in batcher, examples, and docs #64

Workflow file for this run

name: test-sp1-old
on:
merge_group:
push:
branches: [main]
pull_request:
branches: ["*"]
paths:
- 'operator/sp1_old/**'
- '.github/workflows/test-sp1-old.yml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Test Old SP1 Rust
run: make test_sp1_rust_ffi_old
- name: Test Old SP1 go bindings
run: make test_sp1_go_bindings_linux_old