Skip to content

Commit 80339de

Browse files
authored
avoid go get syntax (#331)
1 parent 71027af commit 80339de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ifeq (, $(shell which controller-gen))
9191
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
9292
cd $$CONTROLLER_GEN_TMP_DIR ;\
9393
go mod init tmp ;\
94-
go get sigs.k8s.io/controller-tools/cmd/[email protected] ;\
94+
go install sigs.k8s.io/controller-tools/cmd/[email protected] ;\
9595
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
9696
}
9797
CONTROLLER_GEN=$(GOBIN)/controller-gen

0 commit comments

Comments
 (0)