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

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