We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d98bd commit 4ade8d3Copy full SHA for 4ade8d3
.github/workflows/lint.yaml
@@ -17,7 +17,7 @@ jobs:
17
go-version: '>=1.21.0'
18
cache: false
19
- name: Lint
20
- uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
+ uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
21
with:
22
# version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
23
version: latest
0 commit comments