diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c8ec3..1526523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: go: ["1.21", "stable"] - lint: ["v1.61.0"] + lint: ["v1.64.8"] name: lint runs-on: ubuntu-latest steps: diff --git a/.golangci.yml b/.golangci.yml index 134fa23..8e35a3d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,7 +5,7 @@ linters: - bodyclose - errcheck - errorlint - - exportloopref + - copyloopvar - goimports - goprintffuncname - gosimple @@ -18,7 +18,7 @@ linters: - prealloc - revive - staticcheck - - tenv + - usetesting - typecheck - unconvert - unused