golang.org/x/build@v0.0.0-20240506185731-218518f32b70/internal/task/template/announce-beta.md (about)

     1  Subject: Go {{.Version|major}} Beta {{.Version|build}} is released
     2  
     3  Hello gophers,
     4  
     5  We have just released {{.Version}}, a beta version of Go {{.Version|major}}.
     6  It is cut from the master branch at the revision tagged {{.Version}}.
     7  
     8  Please try your production load tests and unit tests with the new version.
     9  Your help testing these pre-release versions is invaluable.
    10  
    11  Report any problems using the issue tracker:
    12  https://go.dev/issue/new
    13  
    14  If you have Go installed already, an easy way to try {{.Version}}
    15  is by using the go command:
    16  $ go install golang.org/dl/{{.Version}}@latest
    17  $ {{.Version}} download
    18  
    19  You can download binary and source distributions from the usual place:
    20  https://go.dev/dl/#{{.Version}}
    21  
    22  To find out what has changed in Go {{.Version|major}}, read the draft release notes:
    23  https://tip.golang.org/doc/go{{.Version|major}}
    24  
    25  Cheers,
    26  {{with .Names}}{{join .}} for the{{else}}The{{end}} Go team