We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da87b54 + b13f984 commit 23a6274Copy full SHA for 23a6274
1 file changed
.github/workflows/build-kube-fledged.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Install dependencies
95
run: |
96
- go get -u golang.org/x/lint/golint
+ go install golang.org/x/lint/golint@latest
97
98
- name: Run verify scripts
99
0 commit comments