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

     1  <p>Hello gophers,</p>
     2  <p>We have just released Go 1.21.0.</p>
     3  <p>To find out what has changed in Go 1.21, read the release notes:<br>
     4  <a href="https://go.dev/doc/go1.21">https://go.dev/doc/go1.21</a></p>
     5  <p>You can download binary and source distributions from our download page:<br>
     6  <a href="https://go.dev/dl/#go1.21.0">https://go.dev/dl/#go1.21.0</a></p>
     7  <p>If you have Go installed already, an easy way to try go1.21.0<br>
     8  is by using the go command:<br>
     9  $ go install golang.org/dl/go1.21.0@latest<br>
    10  $ go1.21.0 download</p>
    11  <p>To compile from source using a Git clone, update to the release with<br>
    12  <code>git checkout go1.21.0</code> and build as usual.</p>
    13  <p>Thanks to everyone who contributed to the release!</p>
    14  <p>Cheers,<br>
    15  The Go team</p>