blob: 28c4527204e899fae6a86809d7c4a7863ec728fb [file] [log] [blame]
<p>Hello gophers,</p>
<p>We have just released Go 1.21.0.</p>
<p>To find out what has changed in Go 1.21, read the release notes:<br>
<a href="https://go.dev/doc/go1.21">https://go.dev/doc/go1.21</a></p>
<p>You can download binary and source distributions from our download page:<br>
<a href="https://go.dev/dl/#go1.21.0">https://go.dev/dl/#go1.21.0</a></p>
<p>If you have Go installed already, an easy way to try go1.21.0<br>
is by using the go command:<br>
$ go install golang.org/dl/go1.21.0@latest<br>
$ go1.21.0 download</p>
<p>To compile from source using a Git clone, update to the release with<br>
<code>git checkout go1.21.0</code> and build as usual.</p>
<p>Thanks to everyone who contributed to the release!</p>
<p>Cheers,<br>
The Go team</p>