From 0733c9f2f134c66d4410b77973750229b57e0258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:10:46 +0000 Subject: [PATCH] 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 e72f6c1..a8583f1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/IPA-CyberLab/h132 go 1.23 -toolchain go1.23.4 +toolchain go1.27.0 require ( github.com/charmbracelet/bubbles v0.20.0