From 035eb06025be42fcd18e1a9b397118100ea2586a Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 04:38:26 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 188d6c6b..04872c15 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/steve go 1.23.0 -toolchain go1.23.6 +toolchain go1.25.1 replace ( github.com/crewjam/saml => github.com/rancher/saml v0.4.14