Skip to content

Commit

Permalink
go install requires a version to ignore go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Yingjie authored Apr 27, 2023
1 parent 8e37098 commit 2ced389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
run: |
go install golang.org/x/lint/golint
go install golang.org/x/lint/golint@latest
- name: Build
run: make build
Expand Down

0 comments on commit 2ced389

Please sign in to comment.