Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 1 | # Go 1.10 is released |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 2 | 16 Feb 2018 |
Russ Cox | faf1e2d | 2020-03-14 09:44:01 -0400 | [diff] [blame] | 3 | Summary: Go 1.10 adds automatic caching of build & test results, and more. |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 4 | |
| 5 | Brad Fitzpatrick |
| 6 | bradfitz@golang.org |
| 7 | |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 8 | ## |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 9 | |
| 10 | Happy Friday, happy weekend! Today the Go team is happy to announce the release of Go 1.10. |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 11 | You can get it from the [download page](https://golang.org/dl/). |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 12 | |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 13 | See the [Go 1.10 release notes](https://golang.org/doc/go1.10) for all the details. |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 14 | |
| 15 | The most exciting part of this release for many people will probably |
| 16 | be that the `go` tool now does |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 17 | [automatic caching of build & test results](https://golang.org/doc/go1.10#build). |
| 18 | Of course, one of the hundreds of smaller changes may be **your** favorite. |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 19 | |
| 20 | To celebrate the release, Go User Groups around the world are holding |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 21 | [release parties](https://github.com/golang/go/wiki/Go-1.10-Release-Party). |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 22 | See if there's one in your area, or feel free to organize one! |
| 23 | |
| 24 | Thanks to everyone who contributed to this release and everyone who |
| 25 | helped test the Go 1.10 betas and release candidates to ensure a perfect, |
| 26 | bug-free final release. However, if you do notice any bugs or unexpected |
| 27 | changes not noted in the release notes, be sure to |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 28 | [file a bug](https://golang.org/issues/new). |
Brad Fitzpatrick | 0cf6462 | 2018-02-16 18:21:21 +0000 | [diff] [blame] | 29 | |
| 30 | Enjoy the weekend, and enjoy the new release! |
| 31 | |
| 32 | P.S. Many of this year's Go conferences are accepting talk proposals |
| 33 | this month. We always love to see new speakers and encourage you to |
| 34 | think about proposing a talk. For more information, see |
Russ Cox | af5018f | 2020-03-09 23:54:35 -0400 | [diff] [blame] | 35 | [golang.org/wiki/NewSpeakers](https://golang.org/wiki/NewSpeakers). |