Skip to content

Commit 23a6274

Browse files
authored
Merge pull request #180 from js-9/fix-ci
need to install govet rather than just get it
2 parents da87b54 + b13f984 commit 23a6274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-kube-fledged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Install dependencies
9595
run: |
96-
go get -u golang.org/x/lint/golint
96+
go install golang.org/x/lint/golint@latest
9797
9898
- name: Run verify scripts
9999
run: |

0 commit comments

Comments
 (0)