← Back to Resources
Open Source NewsAugust 19, 20262 min read

Go 1.27.0 Released

By BIOS Founding Team

Go 1.27.0 Released

Go 1.27 is the latest major release, adding generic methods (a single method now works across multiple instantiated types), nested field-selector struct literals, and expanded function type inference in composite literals, conversions, and channel sends.

It also drops support for macOS versions before Ventura, upgrades Unicode support from 15 to 17, and improves small-object allocation performance by up to 30%.

Full details: https://go.dev/blog/go1.27