Skip to content

Commit 2045c64

Browse files
QualitySecurityPaperclip-Paperclip
andcommitted
chore(go): bump go directive to 1.25.10 to clear stdlib vulns
The security workflow's govulncheck job flagged ten Go standard library vulnerabilities reachable from this CLI's import graph at go 1.25.5. All are fixed in 1.25.6 through 1.25.10. Bumping to 1.25.10 picks up every fix in the 1.25.x line. No source changes required. Refs quantcli/common QUA-7. Co-Authored-By: Paperclip <[email protected]>
1 parent 19d6e00 commit 2045c64

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/withings-export-cli
22

3-
go 1.25.5
3+
go 1.25.10
44

55
require github.com/spf13/cobra v1.10.2
66

0 commit comments

Comments
 (0)