Skip to content

Bump github.com/iden3/go-rapidsnark/prover from 0.0.10 to 0.0.11 #51

Bump github.com/iden3/go-rapidsnark/prover from 0.0.10 to 0.0.11

Bump github.com/iden3/go-rapidsnark/prover from 0.0.10 to 0.0.11 #51

Workflow file for this run

name: Linter
on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x' # Version range or exact version to use
- uses: pre-commit/[email protected]
golangci-lint:
strategy:
matrix:
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Must be specified without patch version: we always use the latest patch version.
version: v1.53
# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0
# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true