Skip to content

Upgrade iden3comm and other dependencies #380

Upgrade iden3comm and other dependencies

Upgrade iden3comm and other dependencies #380

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: install golangci-lint
run:
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.60.3
- name: lint
run: |
go version
$GITHUB_WORKSPACE/golangci-lint version
$GITHUB_WORKSPACE/golangci-lint --config .golangci.yml run