Skip to content

Commit

Permalink
fix: use go install isntead of go get for make deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonvermeulen authored and kubilaykarpat committed Dec 30, 2024
1 parent ab28067 commit 10b2a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
all: gen fmt test install

deps:
go get -u golang.org/x/tools/cmd/goimports
go get -u golang.org/x/lint/golint
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/lint/golint@latest

gen:
go generate ./...
Expand Down

0 comments on commit 10b2a2e

Please sign in to comment.