Hello gophers,
We have just released Go versions 1.15.2 and 1.14.9, minor point releases.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.15.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.15.2" and build as usual.
Thanks to everyone who contributed to the releases.
Cheers,
Dmitri and Alex for the Go team