Skip to content

Commit fe6b526

Browse files
committed
fix golangci-lint
1 parent 14b19f8 commit fe6b526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: InstallTool
5353
run: |
54-
wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.64
54+
wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s v1.64.7
5555
./bin/golangci-lint --version
5656
5757
- name: validate controller-gen

0 commit comments

Comments
 (0)