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.
2 parents b9b314e + c6a16df commit 1efed70Copy full SHA for 1efed70
.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@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
+ - uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
33
with:
34
# renovate: datasource=github-releases depName=golangci/golangci-lint
35
version: v1.61.0
0 commit comments