Go 1.27 is released - The Go Programming Language
The Go Blog
Today the Go team is pleased to release Go 1.27. You can find its binary
archives and installers on the download page.
Go 1.27 brings major enhancements across the language, toolchain, runtime, and
standard library. Below are some of the key highlights.
Language changes
Go 1.27 introduces three notable updates to the
language specification.
First, generic methods are now supported. For example, see
math/rand/v2.Rand:
// Prior to Go 1.27, a separate method on Rand had to be added for ...
Read more at go.dev