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

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