blob: 350149268a067559cf37d60825839cafa3793b00 [file] [log] [blame]
Hello gophers,
We have just released go1.19beta5, a beta version of Go 1.19.
It is cut from the master branch at the revision tagged go1.19beta5.
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://go.dev/issue/new
If you have Go installed already, an easy way to try go1.19beta5
is by using the go command:
$ go install golang.org/dl/go1.19beta5@latest
$ go1.19beta5 download
You can download binary and source distributions from the usual place:
https://go.dev/dl/#go1.19beta5
To find out what has changed in Go 1.19, read the draft release notes:
https://tip.golang.org/doc/go1.19
Cheers,
The Go team