Go 1.24 is released! - The Go Programming Language
The Go Blog
Today the Go team is excited to release Go 1.24,
which you can get by visiting the download page.
Go 1.24 comes with many improvements over Go 1.23. Here are some of the notable
changes; for the full list, refer to the release notes.
Language changes
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.
Performance improvements
Several performance improvements in the runtime have decreased CPU overhe...
Read more at go.dev