diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 818b304..ee139d2 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -56,7 +56,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.55.2 + version: v1.62.2 skip-pkg-cache: true skip-build-cache: true diff --git a/.golangci.yml b/.golangci.yml index a831514..303c4ed 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,7 +12,7 @@ linters-settings: - github.com/satisfactorymodding/ficsit-cli/* govet: - check-shadowing: true + check-shadowing: false enable-all: true disable: - shadow @@ -49,7 +49,6 @@ linters: - durationcheck - errorlint - goimports - - revive - misspell - prealloc - whitespace