We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ffc94 commit 37d0d28Copy full SHA for 37d0d28
.github/workflows/golangci-lint.yaml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version-file: 'go.mod'
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
+ uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
25
26
version: ${{ env.GOLANG_CI_LINT_VERSION }}
27
args: --verbose --timeout 5m
0 commit comments