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.
This commit is contained in:
Achilleas Koutsou 2024-09-17 14:22:06 +02:00 committed by Tomáš Hozza
parent 4248564a55
commit 2a6fe9122f

View file

@ -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: