Go 1.13 is released

Hello gophers,

We just released Go 1.13.

You can read the announcement blog post here:
https://blog.golang.org/go1.13

You can download binary and source distributions from our download page:
https://golang.org/dl/

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

To find out what has changed in Go 1.13, read the release notes:
https://golang.org/doc/go1.13

Thanks to everyone who contributed to the release!

Cheers,
The Go Team

2 Likes

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