Go 1.12 Beta 2 is released

Hello gophers,

We have just released go1.12beta2, a beta version of Go 1.12.

It is cut from the master branch at the revision tagged go1.12beta2.

Please try your production load tests and unit tests with the new version.

Your help testing these pre-release versions is invaluable.

Report any problems using the issue tracker:

If you have Go installed already, the easiest way to try go1.12beta2

is by using the go command:

$ go get golang.org/dl/go1.12beta2

$ go1.12beta2 download

You can download binary and source distributions from the usual place:

https://golang.org/dl/#go1.12beta2

To find out what has changed in Go 1.12, read the draft release notes:

https://tip.golang.org/doc/go1.12

Cheers,

The Go Team

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