From 62947843c9e3f39344473eb31ac582093ed4a8f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:35:34 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e712316..b7c7139 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/giantswarm/cloud-director-cli go 1.22 -toolchain go1.22.5 +toolchain go1.26.6 require ( github.com/spf13/cobra v1.8.1