Skip to content

Commit d074415

Browse files
authored
Downgrade controller-gen to v0.2.4 (#5)
1 parent 9bc7c9c commit d074415

File tree

2 files changed

+41
-217
lines changed

2 files changed

+41
-217
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ifeq (, $(shell which controller-gen))
6262
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
6363
cd $$CONTROLLER_GEN_TMP_DIR ;\
6464
go mod init tmp ;\
65-
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.3.0 ;\
65+
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4 ;\
6666
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
6767
}
6868
CONTROLLER_GEN=$(shell go env GOPATH)/bin/controller-gen

0 commit comments

Comments
 (0)