Hi gophers,
We have just released Go version 1.9.3, a minor point release.
This release includes fixes to the compiler, runtime, and the database/sql,
math/big, net/http, and net/url packages.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.9.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.9.3" and build as usual.
Thanks to everyone who contributed to the release.
The Go Team