Description
Adopt Go 1.27 consistently across the application, nested modules, build images, CI configuration, setup automation, and version-specific contributor documentation.
Acceptance Criteria
- #1 All active Go module and toolchain pins require Go 1.27
- #2 Build images, CI jobs, setup automation, and current documentation agree with the Go 1.27 requirement
- #3 The repository green-bar validation passes under Go 1.27
Definition of Done
- #1 ./scripts/validate.sh passes locally
- #2 hosted Validate workflow passes on the completing commit
Implementation Plan
- Inventory every active Go version pin, including nested modules and container or CI toolchains. 2. Update the pins and version-specific documentation to Go 1.27.0 without changing historical records or fixtures. 3. Run the repository-defined validation gate, review the diff, commit to main, push, and confirm hosted CI.
Implementation Notes
Local Go 1.27.0 evidence: ./scripts/validate.sh passed. Final diff check passed. CodeRabbit was skipped because only declarative module and workflow toolchain pins changed. Hosted Validate remains required for DoD 2.
Exact-head hosted evidence: GitHub Actions run 32662553961 passed at 092f1ca2fe0c4f522fba4f06a65d473e023a402b.
Final Summary
Upgraded the active Go application surfaces to Go 1.27 and validated the change locally and in exact-head hosted CI run 32662553961 at 092f1ca2fe0c4f522fba4f06a65d473e023a402b.