CI: avoid conflict with pkg/build cache in golangci-lint action (#2123)

This commit is contained in:
mmetc 2023-03-20 10:41:08 +01:00 committed by GitHub
parent 618be9ff68
commit 86971da274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -75,3 +75,7 @@ jobs:
version: v1.51
args: --issues-exit-code=1 --timeout 10m
only-new-issues: false
# the cache is already managed above, enabling it here
# gives errors when extracting
skip-pkg-cache: true
skip-build-cache: true

View file

@ -159,3 +159,7 @@ jobs:
version: v1.51
args: --issues-exit-code=1 --timeout 10m
only-new-issues: false
# the cache is already managed above, enabling it here
# gives errors when extracting
skip-pkg-cache: true
skip-build-cache: true