We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d07838 commit 37764ebCopy full SHA for 37764eb
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
run: go env -w CGO_ENABLED=0
26
27
- name: golangci-lint
28
- uses: golangci/golangci-lint-action@9665fb5353a2e4cc60d570d956ab6db7d9949f06
+ uses: golangci/golangci-lint-action@cc227bc4c2b63c1f55b71f932f0916189d6467ec
29
with:
30
version: v1.60.3
31
args: --config=.golangci.yml --verbose --out-${NO_FUTURE}format colored-line-number
0 commit comments