Skip to content

Commit 90fc1a8

Browse files
authored
Add workaround for golangci-lint errors (#1751)
1 parent 6de8822 commit 90fc1a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
3535
with:
3636
args: --timeout 10m0s
37+
# Disable caching as a workaround for https://github.com/golangci/golangci-lint-action/issues/135.
38+
skip-pkg-cache: true
3739

3840
njs-lint:
3941
name: NJS Lint

0 commit comments

Comments
 (0)