From 89d1aa18d7c59ad1cac8eb9bb5e4fcb873e928f1 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 04:50:02 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.5 --- go.mod | 2 +- pkg/apis/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7678574a8d..f1e0c7ec15 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/fleet go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.5 replace ( github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 diff --git a/pkg/apis/go.mod b/pkg/apis/go.mod index 200b869541..db5079739f 100644 --- a/pkg/apis/go.mod +++ b/pkg/apis/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/fleet/pkg/apis go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.5 require ( github.com/rancher/wrangler/v3 v3.0.0-rc2