Skip to content

Commit a017bb6

Browse files
committed
go 1.17 has deprecated installing executables with go get
1 parent e6fa01e commit a017bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ cd $$TMP_DIR ;\
177177
go mod init tmp ;\
178178
echo "Downloading $(2)" ;\
179179
GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
180+
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
180181
rm -rf $$TMP_DIR ;\
181182
}
182183
endef

0 commit comments

Comments
 (0)