From 2e91842165f35d65f7a19ec4601614e435dc7c36 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:32 +0000 Subject: [PATCH] Update go module directive to v1.26.5 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 805fce4e7..2ed73c635 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/rancher/machine -go 1.26.0 - -toolchain go1.26.4 +go 1.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