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