From d94a9470f0e593f6a2581749d194b96f350b188d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:53:18 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.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..6d00b44 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.26.4 require ( github.com/appuio/control-api v0.33.4