Go 1.25 is released - The Go Programming Language
The Go Blog
Today the Go team is pleased to release Go 1.25.
You can find its binary archives and installers on the download page.
Go 1.25 comes with improvements over Go 1.24 across
its tools,
the runtime,
compiler,
linker,
and the standard library,
including the addition of one new package.
There are port-specific changes
and GODEBUG settings updates.
Some of the additions in Go 1.25 are in an experimental stage
and become exposed only when you explicitly opt in.
Notably, a new experimental ga...
Read more at go.dev