From 56d6aad1014dd4374c558aee3c1ff64b313386ed Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Fri, 27 Sep 2024 10:59:27 +0200 Subject: [PATCH] feat(ko): bump to 0.16.0 https://github.com/ko-build/ko/releases/tag/v0.16.0 --- 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 844231ac..44fb4c8d 100644 --- a/tools/sgko/tools.go +++ b/tools/sgko/tools.go @@ -15,7 +15,7 @@ import ( const ( name = "ko" - version = "0.15.4" + version = "0.16.0" ) func Command(ctx context.Context, args ...string) *exec.Cmd {