blob: 6f31bff0e71c61d4cc7546392f961c3ab8d4c294 [file] [log] [blame] [view] [edit]
Subject: Go {{.Version|major}} Beta {{.Version|build}} is released
Hello gophers,
We have just released {{.Version}}, a beta version of Go {{.Version|major}}.
It is cut from the master branch at the revision tagged {{.Version}}.
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 {{.Version}}
is by using the go command:
```
$ go install golang.org/dl/{{.Version}}@latest
$ {{.Version}} download
```
You can download binary and source distributions from the usual place:
https://go.dev/dl/#{{.Version}}
To find out what has changed in Go {{.Version|major}}, read the draft release notes:
https://tip.golang.org/doc/go{{.Version|major}}
Cheers,
{{with .Names}}{{join .}} for the{{else}}The{{end}} Go team