From 2a6fe9122fd8ab8b4cdf6b1ef438cf05571c88f9 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Tue, 17 Sep 2024 14:22:06 +0200 Subject: [PATCH] github: disable caching for golangci-lint-action There seems to be a caching issue with the linter. It's reporting go dependency replacements when there are none. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a16fea8f5..dfb9cb9d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -133,6 +133,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: ${{ steps.golangci_lint_version.outputs.GOLANGCI_LINT_VERSION }} + skip-cache: true args: --verbose --timeout 5m0s packit-config-lint: