File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -405,11 +405,11 @@ tools: update-vendor
405405 @echo " >> Fetching golangci-lint linter"
406406 @go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
407407 @echo " >> Fetching goimports"
408- @GOBIN=$(GOPATH ) /bin go get golang.org/x/tools/cmd/goimports@0bb7e5c47b1a31f85d4f173edc878a8e049764a5
408+ @GOBIN=$(GOPATH ) /bin go install golang.org/x/tools/cmd/goimports@0bb7e5c47b1a31f85d4f173edc878a8e049764a5
409409 @echo " >> Fetching license check"
410- @GOBIN=$(GOPATH ) /bin go get github.com/google/addlicense@6d92264d717064f28b32464f0f9693a5b4ef0239
410+ @GOBIN=$(GOPATH ) /bin go install github.com/google/addlicense@6d92264d717064f28b32464f0f9693a5b4ef0239
411411 @echo " >> Fetching GO Assets Builder"
412- @GOBIN=$(GOPATH ) /bin go get github.com/jessevdk/go-assets-builder@b8483521738fd2198ecfc378067a4e8a6079f8e5
412+ @GOBIN=$(GOPATH ) /bin go install github.com/jessevdk/go-assets-builder@b8483521738fd2198ecfc378067a4e8a6079f8e5
413413
414414.PHONY : vendor
415415vendor :
You can’t perform that action at this time.
0 commit comments