Conversation
|
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (43)
📝 WalkthroughSummary by CodeRabbit
WalkthroughRepository-wide Go version upgrade from 1.26 to 1.26.1 across workflows, go.mod files, Dockerfiles, and documentation. Docker base images updated concurrently (Alpine 3.22 to 3.23). SGR parameter rewriting logic moved between runtime modules. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
🧪 Test Suite AvailableThis PR can be tested by a repository admin. |

Summary
Updates Go version from 1.26 to 1.26.1 across the entire codebase to incorporate the latest patch release with bug fixes and security improvements.
Changes
go.modfiles fromgo 1.26togo 1.26.1golang:1.26-alpine3.22togolang:1.26.1-alpine3.23alpine3.22toalpine3.23for consistencyrewriteSGRParamsfunction fromtabmgr.goto a separatesgr.gofile for better code organizationType of change
Affected areas
How to test
Verify the Go version update works correctly across all components:
Screenshots/Recordings
N/A - Version update only
Breaking changes
This is a patch version update that maintains compatibility.
Related issues
N/A - Routine Go version maintenance
Security considerations
This update includes any security patches from Go 1.26.1. All build environments and documentation now consistently reference the patched version.
Checklist
docs/contributing/README.mdand followed the guidelines