From ee49bbb1c754e2089e451aee27903b743e840d08 Mon Sep 17 00:00:00 2001 From: Dhruv Thakur <13575379+dhth@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:15:39 +0200 Subject: [PATCH] bump minimum required go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e782d39..165f130 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dhth/mult -go 1.26.6 +go 1.27.1 require ( charm.land/bubbles/v2 v2.2.1