From bde75fedd85ddf23a3fabd3025f8989c9f6e0c62 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:51:11 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.5 [SECURITY] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 805fce4e7..212b38ed8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/machine go 1.26.0 -toolchain go1.26.4 +toolchain go1.26.5 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