From 98450043e8ac176634670c02c10bd06c7badfd71 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Sun, 23 Jun 2024 13:23:07 +0200 Subject: [PATCH] Upgrade Makefile controller-tools version to v0.14.0. This avoids a segfault linked to Go 1.22. See https://github.com/kubernetes-sigs/controller-tools/issues/880. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac35b28..c7daa63 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions -CONTROLLER_TOOLS_VERSION ?= v0.11.3 +CONTROLLER_TOOLS_VERSION ?= v0.14.0 ENVTEST_K8S_VERSION = 1.26.1 # Image URL to use all building/pushing image targets