diff --git a/Makefile b/Makefile index e17379c6..d1fcd095 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ KUSTOMIZE_VERSION ?= v5.1.1 # renovate: datasource=go depName=sigs.k8s.io/controller-tools CONTROLLER_TOOLS_VERSION ?= v0.13.0 # renovate: datasource=go depName=golang.org/x/tools/cmd/goimports packageName=golang.org/x/tools -GOIMPORTS_VERSION ?= v0.13.0 +GOIMPORTS_VERSION ?= v0.14.0 .PHONY: kustomize kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.