We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c706a8f commit 27151c8Copy full SHA for 27151c8
Makefile
@@ -71,7 +71,7 @@ ifeq (, $(shell which controller-gen))
71
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
72
cd $$CONTROLLER_GEN_TMP_DIR ;\
73
go mod init tmp ;\
74
- go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.5 ;\
+ go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1 ;\
75
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
76
}
77
CONTROLLER_GEN=$(GOBIN)/controller-gen
0 commit comments