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