We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c575507 commit ea210beCopy full SHA for ea210be
.github/workflows/lint.yml
@@ -31,11 +31,9 @@ jobs:
31
go-version: stable
32
33
- name: Lint Code
34
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
+ uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
35
with:
36
args: --timeout 10m0s
37
- # Disable caching as a workaround for https://github.com/golangci/golangci-lint-action/issues/135.
38
- skip-pkg-cache: true
39
40
njs-lint:
41
name: NJS Lint
0 commit comments