From 04f1d84e123e961224be6a7e32179a01f7648cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:53:00 +0000 Subject: [PATCH] Update dependency go to v1.22.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9f88f5e2..eaf0fd89 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/projectsyn/lieutenant-operator go 1.22.0 -toolchain go1.22.4 +toolchain go1.22.5 require ( dario.cat/mergo v1.0.0