Go 1.12.9 is released

Hello gophers,

We have just released Go version 1.12.9, a minor point release.

This release includes fixes to the linker, and the os and math/big packages.

View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.12.minor

You can download binary and source distributions from the Go web site:
https://golang.org/dl/

To compile from source using a Git clone, update to the release with
“git checkout go1.12.9” and build as usual.

Thanks to everyone who contributed to the release.

Cheers,
Dmitri for the Go team

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.