From 727b82c83312656b2bb6634d6c9ea7ec71c2ade6 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:49:39 +0000 Subject: [PATCH] Update dependency go to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9d6e3f3..cf85115 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/k3k go 1.25.0 -toolchain go1.25.9 +toolchain go1.26.3 require ( github.com/blang/semver/v4 v4.0.0