From ea70aa13422bd1caa945ab8b09d7ad4072f2177e Mon Sep 17 00:00:00 2001 From: Duc-Tam Nguyen Date: Sun, 14 Jun 2026 18:25:37 +0700 Subject: [PATCH] Bump go to 1.26.4 for the stdlib security fixes govulncheck flagged GO-2026-5037 (crypto/x509) and GO-2026-5039 (net/textproto), both fixed in the go 1.26.4 standard library. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e444711..5471506 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tamnd/kage -go 1.26.3 +go 1.26.4 require ( charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251106193318-19329a3e8410