From 6381c19ffbe0b02f70f9874b567f55269f465bf5 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:36:02 +0200 Subject: [PATCH] Update go toolchain directive to v1.25.12 [SECURITY] (#1000) Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7346ed84..9f046c2e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/k3k go 1.25.0 -toolchain go1.25.11 +toolchain go1.25.12 require ( github.com/blang/semver/v4 v4.0.0