From 55bffb65591835e02f2a4112715eff04e1fc0a08 Mon Sep 17 00:00:00 2001 From: steigr Date: Sun, 28 Sep 2025 12:14:10 +0200 Subject: [PATCH] Fix:Golang 1.25: Update controller-tools to v0.16.4 controller-tools v0.16.4 is the oldest version which compiles with golang 1.25. ``` # golang.org/x/tools/internal/tokeninternal ../../../../go/pkg/mod/golang.org/x/tools@v0.24.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) ``` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d4570a9..aae821f3 100644 --- a/Makefile +++ b/Makefile @@ -549,7 +549,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions KUSTOMIZE_VERSION ?= v5.3.0 -CONTROLLER_TOOLS_VERSION ?= v0.14.0 +CONTROLLER_TOOLS_VERSION ?= v0.16.4 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" .PHONY: kustomize