We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31012e2 commit 2667061Copy full SHA for 2667061
.github/workflows/build-test.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
go-version-file: go.mod
28
- name: Run golangci-lint
29
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
+ uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
30
31
version: v1.54
32
args: --timeout 10m --exclude SA5011 --verbose --issues-exit-code=0
0 commit comments