From 4203df348bb7201a930f792e6f367dc42811d185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:57:06 +0000 Subject: [PATCH] Update dependency go to v1.23.4 Signed-off-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 687d5e2..d76ad6c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/appuio/appuio-cloud-agent go 1.23 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/appuio/control-api v0.33.4