We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a1e80 commit 234fb76Copy full SHA for 234fb76
.github/workflows/qa.yml
@@ -29,7 +29,7 @@ jobs:
29
go-version-file: "go.mod"
30
- name: Download golangci-lint config file
31
run: curl -o .golangci.yml https://raw.githubusercontent.com/radiofrance/lint-config/${{ env.LINT_CONFIG_VERSION }}/.golangci.yml
32
- - uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
+ - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
33
with:
34
# renovate: datasource=github-releases depName=golangci/golangci-lint
35
- version: v2.1.5
+ version: v2.1.6
0 commit comments