From 42be1f1168d94fa68de753e7dc525de4f9bf30a9 Mon Sep 17 00:00:00 2001 From: Eric Promislow Date: Thu, 24 Apr 2025 11:58:28 -0700 Subject: [PATCH] Backout the renovate bump to go via toolchain --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3ee152b5..15ec070b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/norman go 1.23.0 -toolchain go1.24.2 +toolchain go1.23.6 require ( github.com/ghodss/yaml v1.0.0