From 78e5ce37387fd0c76b7d0512adea4cccfcc1a634 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 04:40:30 +0000 Subject: [PATCH] Update dependency go to v1.22.12 --- go.mod | 2 +- tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b81b08de..e4961c0f 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator go 1.22.0 -toolchain go1.22.8 +toolchain go1.22.12 replace ( github.com/imdario/mergo => dario.cat/mergo v0.3.16 diff --git a/tests/go.mod b/tests/go.mod index 68b06e40..92b34a10 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/backup-restore-operator/tests go 1.22.0 -toolchain go1.22.8 +toolchain go1.22.12 require ( github.com/rancher/hull v0.0.0-20230424152137-627ef5347afd