Skip to content

fix: update golangci-lint to v2 in CI and config #659

fix: update golangci-lint to v2 in CI and config

fix: update golangci-lint to v2 in CI and config #659

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v2.1
args: --timeout=5m