Hello gophers,

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

This minor release includes 2 security fixes following the security policy:

View the release notes for more information:
https://go.dev/doc/devel/release#go1.11.1

You can download binary and source distributions from the Go website:
https://go.dev/dl/

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

Thanks to everyone who contributed to the release.

Cheers,
Alice for the Go team