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)
```
This commit is contained in:
steigr 2025-09-28 12:14:10 +02:00
parent ae9cb0c7f5
commit 55bffb6559
No known key found for this signature in database
GPG Key ID: D64B1932883258B2
1 changed files with 1 additions and 1 deletions

View File

@ -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