diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3d716d876..480df825dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,6 +109,7 @@ jobs: uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # tag=v3.2.0 with: only-new-issues: true + skip-pkg-cache: true - name: Check markdown format run: make format - name: Check that all linted text is up to date