Skip to content

Commit

Permalink
ci: add version to golint install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed May 13, 2022
1 parent 491c684 commit b1fea93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ commands:

- run:
name: Install golint
command: go install golang.org/x/lint/golint
command: go install golang.org/x/lint/golint@latest

run_tests:
steps:
Expand Down

0 comments on commit b1fea93

Please sign in to comment.