Skip to content

Commit 470977f

Browse files
authored
Updated controller-gen version (#3614)
1 parent 0843e33 commit 470977f

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
@@ -135,7 +135,7 @@ ifeq (, $(shell which controller-gen))
135135
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
136136
cd $$CONTROLLER_GEN_TMP_DIR ;\
137137
go mod init tmp ;\
138-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 ;\
138+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.19.0 ;\
139139
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
140140
}
141141
CONTROLLER_GEN=$(GOBIN)/controller-gen

0 commit comments

Comments
 (0)