diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9214437..6a647ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: GO_VERSION: stable - GOLANGCI_LINT_VERSION: v1.56.2 + GOLANGCI_LINT_VERSION: v1.57.2 CGO_ENABLED: 0 steps: diff --git a/.golangci.yml b/.golangci.yml index db2d7c7..2cfed44 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,5 @@ run: timeout: 2m - skip-files: [] linters-settings: govet: @@ -96,7 +95,7 @@ linters: issues: exclude-use-default: false - max-per-linter: 0 + max-issues-per-linter: 0 max-same-issues: 0 exclude: - 'ST1000: at least one file in a package should have a package comment'