Skip to content

Commit fe7141b

Browse files
author
merge-queue-bot
committed
Merge PR #700: fix: bump Go to 1.25.11 and golang.org/x/net to v0.56.0 to fix 22 CVEs
2 parents e4692fc + 47d37db commit fe7141b

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/jeduden/mdsmith
66
// <tool>` — so their dependency trees and go-version floors never
77
// constrain consumers. TestRootGoModStaysInstallable and
88
// TestRootGoModCarriesNoDevTools enforce both properties.
9-
go 1.25.0
9+
go 1.25.11
1010

1111
require (
1212
github.com/bmatcuk/doublestar/v4 v4.10.0

tools/go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ module github.com/jeduden/mdsmith
55
// `go tool -modfile=tools/go.mod <tool>`. Keeping them out of
66
// go.mod keeps their large dependency trees out of the module graph
77
// that `go install m@version` and library consumers resolve. The go
8-
// directive is held at 1.25.8 — above the 1.25.0 the linters need —
9-
// because the skill-eval job reads it via go-version-file to compile
10-
// a baseline worktree that demands 1.25.8 (see
11-
// .github/workflows/skill-eval.yml). Tidy with
8+
// directive is held at 1.25.11 — matching go.mod — because the
9+
// skill-eval job reads it via go-version-file to compile a baseline
10+
// worktree. Tidy with
1211
// `go mod tidy -modfile=tools/go.mod`; the require list is a
1312
// superset of go.mod because an alternate modfile still covers the
1413
// repository's own packages.
15-
go 1.25.8
14+
go 1.25.11
1615

1716
tool (
1817
github.com/golangci/golangci-lint/v2/cmd/golangci-lint

0 commit comments

Comments
 (0)