diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e5f37ba06b..02f314a5bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,8 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v3 with: - version: v1.55.2 + version: v1.53.3 + cache: false unit-tests-pkg: name: Test packages - pkg diff --git a/.golangci.yml b/.golangci.yml index 1a36415e749..0c3b674bccb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -73,6 +73,4 @@ issues: # Exclude some linters from running on tests files. - path: integration/e2e linters: - - unused - new: true - new-from-rev: origin/main + - unused \ No newline at end of file