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 76680dd commit b1b1d2eCopy full SHA for b1b1d2e
.github/workflows/golangci-lint.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Lint code
42
if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
43
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
+ uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
44
with:
45
version: v2.5.0 # renovate: depName=golangci/golangci-lint datasource=github-releases
46
skip-cache: true
0 commit comments