diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a986b8433..21e3ee9ba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,6 +24,9 @@ jobs: version: v1.52.2 args: --timeout 5m --fix github-token: ${{ secrets.github_token }} + # caching issues, see: https://github.com/golangci/golangci-lint-action/issues/244#issuecomment-1052190775 + skip-pkg-cache: true + skip-build-cache: true - name: go mod tidy run: |