From 159edd413a37833f04baa0c2447a22397c9ab05d Mon Sep 17 00:00:00 2001 From: LeadGoEngineer Date: Sun, 10 May 2026 18:39:47 -0400 Subject: [PATCH] chore: bump go directive to 1.25.10 (clears stdlib vulns) Picks up the latest 1.25.x stdlib patches. Closes the 10 GO-2026-xxxx stdlib findings flagged by the supply-chain gate (TLS session resumption, etc.). govulncheck ./... reports 0 callable vulnerabilities after the bump. Refs QUA-13. Co-Authored-By: Paperclip --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ac8d23a..3126a25 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/quantcli/crono-export-cli -go 1.25.5 +go 1.25.10 require ( github.com/jrmycanady/gocronometer v1.5.1