From 8a9794cdf185282e184d93a100f4b3da87d5d03d Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:43:40 +0000 Subject: [PATCH] Update dependency go to v1.22.8 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a0d638ef..8d5908dd 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/norman go 1.22.0 -toolchain go1.22.1 +toolchain go1.22.8 require ( github.com/ghodss/yaml v1.0.0