Skip to content

Upgrade github.com/iden3/go-iden3-core to v2 and bump self version to v2 #150

Upgrade github.com/iden3/go-iden3-core to v2 and bump self version to v2

Upgrade github.com/iden3/go-iden3-core to v2 and bump self version to v2 #150

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 1.54.2