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:
parent
4248564a55
commit
2a6fe9122f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue