Skip to content

Commit 58b71f3

Browse files
lucacomeamimimor
authored andcommitted
Add workaround for golangci-lint errors (nginx#1751)
1 parent 78622d3 commit 58b71f3

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)