Skip to content

chore(deps): bump github.com/consensys/gnark-crypto from 0.19.0 to 0.… #4783

chore(deps): bump github.com/consensys/gnark-crypto from 0.19.0 to 0.…

chore(deps): bump github.com/consensys/gnark-crypto from 0.19.0 to 0.… #4783

Workflow file for this run

name: Lint and Format Check
permissions:
contents: read
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: "1.25.1"
- name: Checkout code
uses: actions/checkout@v5
- name: Check linting and formatting
uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0
- name: Check proto files
run: |
go install github.com/bufbuild/buf/cmd/[email protected]
make proto-check