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

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