Skip to content

Commit 8a30609

Browse files
chore(go): bump toolchain to 1.25.10 — fixes reachable stdlib CVEs
govulncheck on PR #5 flagged Go-stdlib vulnerabilities reachable from cli code paths. All fixed in Go 1.25.9–1.25.10. Also merges any in-flight master commits onto the scanner-install branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4278f08 commit 8a30609

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/InstaNode-dev/cli
22

3-
go 1.23
3+
go 1.25
4+
5+
toolchain go1.25.10
46

57
require (
68
github.com/spf13/cobra v1.10.2

0 commit comments

Comments
 (0)