Skip to content

chore(deps): bump github.com/consensys/gnark-crypto from 0.17.0 to 0.18.1 #394

chore(deps): bump github.com/consensys/gnark-crypto from 0.17.0 to 0.18.1

chore(deps): bump github.com/consensys/gnark-crypto from 0.17.0 to 0.18.1 #394

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master, dev]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- uses: pre-commit/[email protected]