Go 1.26 is now the current stable release. Update all references from 1.25.x to 1.26.0. ### Files to update - [ ] `go.mod` — `go 1.25.1` → `go 1.26.0` (also run `go mod tidy`) - [ ] `README.md` (line 227) — `Go 1.25.1 or later` → `Go 1.26.0 or later`
Go 1.26 is now the current stable release. Update all references from 1.25.x to 1.26.0.
Files to update
go.mod—go 1.25.1→go 1.26.0(also rungo mod tidy)README.md(line 227) —Go 1.25.1 or later→Go 1.26.0 or later