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:
parent
ae9cb0c7f5
commit
55bffb6559
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue