From e9715c10bc93bc4b4f1918fa5d6922aa775ebed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:52:47 +0200 Subject: [PATCH] ci(deps): update module golang.org/x/tools/cmd/goimports to v0.14.0 (#623) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.