From 01e070d5bbaa9b1ccb06d0398dee4f3f5465202c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:40:18 +0000 Subject: [PATCH] chore(deps): update dependency google/ko to v0.18.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1cc8ff..4aca7b5 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ kind: $(call go-install-tool,$(KIND),sigs.k8s.io/kind@$(KIND_VERSION)) KO := $(LOCALBIN)/ko -KO_VERSION := v0.18.0 +KO_VERSION := v0.18.1 KO_LOOKUP := google/ko ko: @test -s $(KO) && $(KO) -h | grep -q $(KO_VERSION) || \