diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index e4e98ba6b..ce267c211 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -33,6 +33,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # tag=v6.2.0 with: - version: v1.61.0 + version: v1.63.4 args: --out-format=colored-line-number working-directory: ${{matrix.working-directory}} diff --git a/.golangci.yml b/.golangci.yml index d3f395402..0dea2826d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,6 +4,19 @@ run: # while if uncached! timeout: 10m +linters: + enable: + - errcheck + - gosimple + - govet + - ineffassign + - staticcheck + - unused + - testifylint + - iface + - exptostd + - nilnesserr + issues: exclude-rules: # Dot imports for gomega and ginkgo are allowed