From bbb82a38b44732bf7d6c96072e32827fc6ae894a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:27:59 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a868dda..bef4a51 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/lpsm-dev/gtoc go 1.25.8 -toolchain go1.26.6 +toolchain go1.27.0 require ( charm.land/glamour/v2 v2.0.1