Go 1.24 Release Notes - The Go Programming Language
Introduction to Go 1.24
The latest Go release, version 1.24, arrives six months after Go 1.23.
Most of its changes are in the implementation of the toolchain, runtime, and libraries.
As always, the release maintains the Go 1 promise of compatibility.
We expect almost all Go programs to continue to compile and run as before.
Changes to the language
Go 1.24 now fully supports generic type aliases: a type alias
may be parameterized like a defined type.
See the language spec for details.
For now, th...
Read more at tip.golang.org