Hello gophers,
We have just released go1.18beta1, a beta version of Go 1.18.
It is cut from the master branch at the revision tagged go1.18beta1.
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:
https://golang.org/issue/newIf you have Go installed already, the easiest way to try go1.18beta1
is by using the go command:
$ go install
golang.org/dl/go1.18beta1@latest$ go1.18beta1 download
You can download binary and source distributions from the usual place:
https://golang.org/dl/#go1.18beta1To find out what has changed in Go 1.18, read the draft release notes:
https://tip.golang.org/doc/go1.18Cheers,
Cherry and Alex for the Go Team