Go 1.25 and 1.26 introduce four production-impacting features. Container-aware GOMAXPROCS automatically reads cgroup CPU limits at startup, eliminating Kubernetes CPU throttling that caused up to 890ms p99 latency in misconfigured pods. The Flight Recorder provides a circular buffer for continuous execution tracing, enabling post-incident forensics without needing to reproduce issues. The Green Tea garbage collector replaces object-centric mark-and-sweep with a page-centric design, delivering 10–40% reduction in GC CPU overhead and up to 18% p99 latency improvement, at the cost of 8–15% higher baseline RSS. Finally, an official Go MCP SDK positions Go as a first-class language for building AI agent infrastructure. Teams are advised to remove manual GOMAXPROCS overrides, recalibrate Kubernetes memory limits after upgrading, and test Green Tea before the opt-out disappears in Go 1.27.
Table of contents
Container-Aware GOMAXPROCS: The End of CPU ThrottlingThe Flight Recorder: Debugging with HindsightThe Green Tea Garbage Collector: Free PerformanceGo as AI Infrastructure: The MCP SDKWhat to Do This WeekThe Bottom LineReferencesSort: