From 573b8bdbba54f1483ec8a1deb7ebb7643bdc1b72 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 04:38:30 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f518a556..f52e2126 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.24.2 replace ( github.com/crewjam/saml => github.com/rancher/saml v0.4.14