From f465cb0e8bb27788ca200b4568807d4c2f38e1a2 Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:30:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20dependency=20ko-build/k?= =?UTF-8?q?o=20to=20v0.19.0?= 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..6a9240a 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.0 # Tool targets should declare go.mod as a prerequisite, if the tool's version is managed via go modules. This causes