We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 432cd86 + bbc2ecb commit 88d98bdCopy full SHA for 88d98bd
.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@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
+ uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
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