From 8e9406302d2a775dc9d7a8ba7ddd251ee071d1d5 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:22:11 -0700 Subject: [PATCH] chore(deps): update dependency go to v1.24.4 (#517) Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d87d86d8..9d680075 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/steve go 1.24.0 -toolchain go1.24.2 +toolchain go1.24.4 replace ( github.com/crewjam/saml => github.com/rancher/saml v0.4.14