From fa75845d508ab30eeb58a463f23993eaeafff430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:40:06 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ccfbb50..eb87abb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module go.datum.net/datumctl go 1.25.8 -toolchain go1.26.5 +toolchain go1.27.1 require ( charm.land/bubbles/v2 v2.1.1