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 go build ./…
- #2 go vet ./…
- #3 go test -race ./…
- #4 golangci-lint run
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: go build ./…, go vet ./…, go test -race ./…, and golangci-lint run all passed with 0 lint issues. Final diff check passed. CodeRabbit was skipped because the change is declarative toolchain, CI, container, and documentation configuration only.
Exact-head hosted evidence: GitHub Actions run 32662554208 passed at 2d6f5fcd972a185f0438be54517df0a955453750.
Final Summary
Upgraded the active Go application surfaces to Go 1.27 and validated the change locally and in exact-head hosted CI run 32662554208 at 2d6f5fcd972a185f0438be54517df0a955453750.