From 66559bb61aefe1064f7f34ecd376a5bb9ac15305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:39:42 +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 281f2a0..a868dda 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/lpsm-dev/gtoc go 1.25.8 -toolchain go1.26.5 +toolchain go1.26.6 require ( charm.land/glamour/v2 v2.0.1