We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b19f8 commit fe6b526Copy full SHA for fe6b526
.github/workflows/project.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: InstallTool
53
run: |
54
- wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.64
+ wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.64.7
55
./bin/golangci-lint --version
56
57
- name: validate controller-gen
0 commit comments