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.
2 parents 2c84e0c + a6d723b commit 32ab380Copy full SHA for 32ab380
.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@0adbc47a5910e47adb692df88187ec8c73c76778 # v6.4.0
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
43
with:
44
version: v1.64.2
45
args: --verbose --timeout=10m
0 commit comments