From e186e4aaa525aaf96a0c9fcc4d681238bb32caa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Mon, 8 Apr 2024 06:01:37 +0200 Subject: [PATCH] feat(ko): bump to v0.15.2 --- tools/sgko/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgko/tools.go b/tools/sgko/tools.go index 1f0518fa..1f25a8c7 100644 --- a/tools/sgko/tools.go +++ b/tools/sgko/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "ko" - version = "0.15.1" + version = "0.15.2" ) func Command(ctx context.Context, args ...string) *exec.Cmd {