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 4c33ae6 commit f25c763Copy full SHA for f25c763
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Verify generated files
40
run: make install-tools generate check-generated
41
- name: Run golangci-lint
42
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
+ uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6.3.0
43
with:
44
version: v1.62.0
45
args: --verbose --timeout=10m
0 commit comments