Skip to content

Commit ffc9819

Browse files
committed
Switch go get to go install
1 parent e0a4c8b commit ffc9819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
415415
vendor:

0 commit comments

Comments
 (0)