From a9376b7b76c9e5c268f2d1f1d71923545129d85f Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:43:42 +0000 Subject: [PATCH] Update dependency go to v1.22.9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f441ef5..d73b45b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/apiserver go 1.22.0 -toolchain go1.22.1 +toolchain go1.22.9 require ( github.com/ghodss/yaml v1.0.0