Skip to content

bump core to 2.3.1, go-circuits 2.4.0 #86

bump core to 2.3.1, go-circuits 2.4.0

bump core to 2.3.1, go-circuits 2.4.0 #86

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: v1.54.2