From 9926588991d197bedcca3aedcedb7f38207c5bdf Mon Sep 17 00:00:00 2001 From: fullstackjam Date: Thu, 4 Jun 2026 00:41:16 +0800 Subject: [PATCH] chore: bump Go toolchain to 1.25.11 to fix stdlib vulns GO-2026-5039 and GO-2026-5037 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8ed9c02..f6ee6ab 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openbootdotdev/openboot -go 1.25.10 +go 1.25.11 require ( github.com/charmbracelet/bubbles v0.20.0