We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e4f6c commit 8682fc8Copy full SHA for 8682fc8
.github/workflows/golangci-lint.yaml
@@ -28,7 +28,7 @@ jobs:
28
cache: false
29
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
+ uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
32
with:
33
install-mode: goinstall # To get matching toolchain build
34
version: v1.64.5 # Please keep this in sync with the Makefile!
0 commit comments