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 80b4dd5 commit 6ba210aCopy full SHA for 6ba210a
1 file changed
.github/workflows/go-lint.yaml
@@ -40,7 +40,7 @@ jobs:
40
cache-dependency-path: ${{ matrix.folder }}/go.sum
41
- if: steps.changes.outputs.src == 'true'
42
name: golangci-lint
43
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
44
with:
45
version: latest
46
working-directory: ${{ matrix.folder }}
0 commit comments