From 48c35aa54db831899289672dbc855cbdad9e125e Mon Sep 17 00:00:00 2001 From: henrygd Date: Fri, 6 Feb 2026 14:35:53 -0500 Subject: [PATCH] update to go 1.25.7 (fixes GO-2026-4337) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d5757554..dbdcf0c9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/henrygd/beszel -go 1.25.5 +go 1.25.7 require ( github.com/blang/semver v3.5.1+incompatible