Skip to content

Commit a07fc5d

Browse files
committed
relax the go directive to 1.25.0
go 1.26.5 forced every go install user onto the newest toolchain patch: the go command auto-switches or refuses when the local toolchain is older than the directive. Nothing in the module needs 1.26 -- the newest constructs are WaitGroup.Go (1.25), SplitSeq and T.Context (1.24) -- and the strictest dependency, the MCP go-sdk, declares 1.25.0, which is also why tidy pins the three-part form rather than a bare 1.25. Verify: go build, go vet (stdversion), go test -race, and lint against a 1.25 language version; CI resolves the toolchain from go.mod and revalidates on an actual 1.25.x.
1 parent 0b2c661 commit a07fc5d

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 dev.gaijin.team/go/go-gerrit-mcp
22

3-
go 1.26.5
3+
go 1.25.0
44

55
require (
66
dev.gaijin.team/go/golib v0.8.1

0 commit comments

Comments
 (0)