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 bc0a3ab commit 2661760Copy full SHA for 2661760
Makefile
@@ -69,7 +69,7 @@ controller-gen:
69
ifeq (, $(shell which controller-gen))
70
@{ \
71
set -e ;\
72
- go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2 ;\
+ go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 ;\
73
}
74
CONTROLLER_GEN=$(GOBIN)/controller-gen
75
else
0 commit comments