Skip to content

Commit 2661760

Browse files
committed
👷‍♂️ Newer controller-tools not compatible with Go 1.20.
If this explodes I can probably just upgrade Go further.
1 parent bc0a3ab commit 2661760

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
@@ -69,7 +69,7 @@ controller-gen:
6969
ifeq (, $(shell which controller-gen))
7070
@{ \
7171
set -e ;\
72-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2 ;\
72+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0 ;\
7373
}
7474
CONTROLLER_GEN=$(GOBIN)/controller-gen
7575
else

0 commit comments

Comments
 (0)