From e0318b30ba31024d080459062ffb410916116879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:21:23 +0100 Subject: [PATCH] Update dependency go to v1.22.5 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 26a31d2..6159a65 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/cluster-standup-teardown go 1.22.3 -toolchain go1.22.4 +toolchain go1.22.5 replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16