Go 1.12.7 and Go 1.11.12 are released

Hello gophers,

We have just released Go versions 1.12.7 and 1.11.12, minor point releases.

These releases include fixes to cgo, the compiler, and the linker.

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

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

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

Thanks to everyone who contributed to the releases.

Cheers,
Alex for the Go team

1 Like

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