docs: align Go floor to 1.26 across shipped docs (audit Block 8)#88
Merged
Conversation
README, QUICKSTART, CONTRIBUTING, the Developer Manual, and the long-term roadmap claimed Go 1.25+ as the minimum, but go.mod has carried go 1.26.3 since the Phase 4 scaffold pin — a Go 1.25 user could not build the framework. Correct the five forward-looking docs to "Go 1.26+ (matches the go 1.26.3 directive in go.mod)" and bump the TESTING_GUIDE plugin-build example's fixture go.mod from go 1.25 to go 1.26 for consistency. The website (installation.md), CLAUDE.md, examples/mvc_api/README.md, and admin/BENCHMARKS.md already stated the correct floor. Historical CHANGELOG entries (lines 432/535/691) remain untouched — they correctly describe prior versions. No code or behaviour change. CHANGELOG [Unreleased] § Documentation entry added. Resolves audit Block 8 — README go-version cross-check (docs/audits/2026-05-29-exhaustive-audit.md). Block 8's other items (FW-6 CORS, OTH-1 examples map, OTH-2 CHANGELOG date) shipped in earlier iterations. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
jcsvwinston
added a commit
that referenced
this pull request
May 31, 2026
Block 8 / Go-version doc fix (audit OTH README go-version cross-check) merged to main as 6ce4831 (PR #88), which closes the entire 2026-05-29 exhaustive audit (Blocks 1-8 all shipped via PRs #82, #86, #88). Archive the iteration directly to docs/iterations/2026-05-29-block8-go-version-docs.md (CURRENT_ITERATION.md was never scoped mid-flight for this small doc fix). Record the completion and the audit-closed milestone in the decisions log, remove the now-done Block 8 item from the maintainer backlog, and refresh HANDOFF.md with the remaining candidate (modules.* env-layer override). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves the final outstanding item from audit Block 8 (
docs/audits/2026-05-29-exhaustive-audit.md): README go-version cross-check.Five forward-looking shipped docs claimed
Go 1.25+as the minimum, butgo.modhas carriedgo 1.26.3since the Phase 4 scaffold pin (CHANGELOG line 36,nucleus newreproducible toolchain). A Go 1.25 user could not actually build Nucleus — the docs were lying. The version statements are corrected toGo 1.26+ (matches the go 1.26.3 directive in go.mod), and theTESTING_GUIDEplugin-build example's fixturego.modis bumped togo 1.26for consistency.Files changed (+7/−6)
README.md:240Go 1.25+→Go 1.26+ (matches the go 1.26.3 directive in go.mod)docs/QUICKSTART.md:10CONTRIBUTING.md:10docs/reference/DEVELOPER_MANUAL.md:49docs/governance/ENTERPRISE_LONG_TERM_ROADMAP.md:435docs/guides/TESTING_GUIDE.md:540go.modgo 1.25→go 1.26CHANGELOG.md[Unreleased] § DocumentationentryHistorical
CHANGELOGentries (lines 432/535/691) describing prior versions are untouched. The website'sinstallation.md,CLAUDE.md,examples/mvc_api/README.md, andadmin/BENCHMARKS.mdalready stated the correct floor.Block 8 status after this PR
pkg/router/corsmw_fw6_test.go).[0.8.0]date corrected in audit-remediation iteration.Test plan
🤖 Generated with Claude Code