Hi gophers,
We have just released Go versions 1.9.2 and 1.8.5, minor point releases.
These releases include fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. They include a fix to a bug introduced in Go 1.9.1 and Go 1.8.4 that broke "go get" of non-Git repositories under certain conditions.
View the release notes for more information:
You can download binary and source distributions from the Go web site:
To compile from source using a Git clone, update to the release with "git checkout go1.9.2" and build as usual.
Thanks to everyone who contributed to the release.
Chris