Skip to content

Commit 234fb76

Browse files
Update golangci-lint
1 parent 59a1e80 commit 234fb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: "go.mod"
3030
- name: Download golangci-lint config file
3131
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
32+
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3333
with:
3434
# renovate: datasource=github-releases depName=golangci/golangci-lint
35-
version: v2.1.5
35+
version: v2.1.6

0 commit comments

Comments
 (0)