From b9bb0228d9eed250226efaf03abb849d849b6789 Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:29:56 +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 dff1fbb..7040c1d 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 # use controller-runtime version from go.mod ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime)