From 9d23be0d9f57a8c2908fb60959bbd3bd49368aea Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:30:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20ko-build/k?= =?UTF-8?q?o=20to=20v0.19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hack/tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools.mk b/hack/tools.mk index b87ac0b..69fb341 100644 --- a/hack/tools.mk +++ b/hack/tools.mk @@ -9,7 +9,7 @@ GOIMPORTS_REVISER_VERSION ?= v3.12.6 # renovate: datasource=github-releases depName=golangci/golangci-lint GOLANGCI_LINT_VERSION ?= v2.12.2 # renovate: datasource=github-releases depName=ko-build/ko -KO_VERSION ?= v0.18.1 +KO_VERSION ?= v0.19.1 # Tool targets should declare go.mod as a prerequisite, if the tool's version is managed via go modules. This causes