Skip to content

Commit

Permalink
ci: add version to golint install command. (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
winder authored May 14, 2022
1 parent 7dbf4b4 commit f26fca1
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 @@ -121,7 +121,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 f26fca1

Please sign in to comment.