From 2d3851f409b7da46a14b8e09a202ecc1504d7ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:14:20 +0200 Subject: [PATCH] chore(deps): update dependency google/ko to v0.18.0 (#1441) 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 be0277ae..6c94542d 100644 --- a/Makefile +++ b/Makefile @@ -350,7 +350,7 @@ kind: $(call go-install-tool,$(KIND),sigs.k8s.io/kind/cmd/kind@$(KIND_VERSION)) KO := $(LOCALBIN)/ko -KO_VERSION := v0.17.1 +KO_VERSION := v0.18.0 KO_LOOKUP := google/ko ko: @test -s $(KO) && $(KO) -h | grep -q $(KO_VERSION) || \