From 4aaeb5f92ff4aae4eaf963f15c98df87bf39aba0 Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Thu, 14 Aug 2025 12:42:48 +0200 Subject: [PATCH] Bump ko-build See changes: https://github.com/ko-build/ko/compare/v0.14.1...v0.18.0 Signed-off-by: Arnaud Meukam --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 717f633052..43496e45a7 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ endif # CODEGEN_VERSION is the version of k8s.io/code-generator to use CODEGEN_VERSION=v0.29.0 -KO=go run github.com/google/ko@v0.14.1 +KO=go run github.com/google/ko@v0.18.0 UPLOAD_CMD=$(KOPS_ROOT)/hack/upload ${UPLOAD_ARGS}