golang.org/x/build@v0.0.0-20240506185731-218518f32b70/internal/task/testdata/announce-beta.txt (about) 1 Hello gophers, 2 3 We have just released go1.19beta5, a beta version of Go 1.19. 4 It is cut from the master branch at the revision tagged go1.19beta5. 5 6 Please try your production load tests and unit tests with the new version. 7 Your help testing these pre-release versions is invaluable. 8 9 Report any problems using the issue tracker: 10 https://go.dev/issue/new 11 12 If you have Go installed already, an easy way to try go1.19beta5 13 is by using the go command: 14 $ go install golang.org/dl/go1.19beta5@latest 15 $ go1.19beta5 download 16 17 You can download binary and source distributions from the usual place: 18 https://go.dev/dl/#go1.19beta5 19 20 To find out what has changed in Go 1.19, read the draft release notes: 21 https://tip.golang.org/doc/go1.19 22 23 Cheers, 24 The Go team