Skip to content

Commit

Permalink
circleci: go get -u ... -> go install ...@latest (linuxboot#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald G. Minnich <[email protected]>
  • Loading branch information
rminnich authored Sep 15, 2024
1 parent 0ad88a5 commit ef43a2a
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 @@ -26,7 +26,7 @@ jobs:
- run:
name: Install ineffassign
command: |
go get -u github.com/gordonklaus/ineffassign
go install github.com/gordonklaus/ineffassign@latest
ineffassign ./...
- run:
name: Check dependencies
Expand Down

0 comments on commit ef43a2a

Please sign in to comment.