Skip to content

Commit af97fdf

Browse files
Terastar-PaperclipLeadGoEngineerPaperclip-Paperclip
authored
chore: bump go directive to 1.25.10 (clears stdlib vulns) (#32)
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: LeadGoEngineer <leadgoengineer@quantcli.local> Co-authored-by: Paperclip <noreply@paperclip.ing>
1 parent 8a396a4 commit af97fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/quantcli/crono-export-cli
22

3-
go 1.25.5
3+
go 1.25.10
44

55
require (
66
github.com/jrmycanady/gocronometer v1.5.1

0 commit comments

Comments
 (0)