We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a637d41 + 16207dc commit 69bd4ccCopy full SHA for 69bd4cc
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
# We could run 'make lint' but we prefer this action because it leaves
70
# 'annotations' (i.e. it comments on PRs to point out linter violations).
71
- name: Lint
72
- uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4
+ uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
73
with:
74
version: ${{ env.GOLANGCI_VERSION }}
75
0 commit comments