We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0510e commit 341ea9cCopy full SHA for 341ea9c
.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@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6.3.3
25
26
version: ${{ env.GOLANG_CI_LINT_VERSION }}
27
args: --verbose --timeout 5m
0 commit comments