From 3e29da123cda77065e6da43fc376443e0b648dee Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:56:16 +0000 Subject: [PATCH] Update go toolchain directive to v1.25.12 [SECURITY] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 433d726118..0e26b40faa 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/machine go 1.25.0 -toolchain go1.25.11 +toolchain go1.25.12 replace github.com/urfave/cli => github.com/urfave/cli v1.11.1-0.20151120215642-0302d3914d2a // newer versions of this will break the rpc binding code