From fe7c12bee984a9e98ead2bc39519554a95ebc487 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:35:50 +0000 Subject: [PATCH] Update go toolchain directive to v1.24.6 [SECURITY] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 94d17e83..4566cb35 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/shepherd go 1.24.0 -toolchain go1.24.5 +toolchain go1.24.6 replace ( github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible // rancher-machine requires a replace is set