File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1111require (
1212 github.com/bmatcuk/doublestar/v4 v4.10.0
Original file line number Diff line number Diff 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
1716tool (
1817 github.com/golangci/golangci-lint/v2/cmd/golangci-lint
You can’t perform that action at this time.
0 commit comments