1
0
mirror of https://github.com/golang/go synced 2024-09-24 05:20:13 -06:00

doc: preannounce dropping macOS 10.10 support

Updates #23011

Change-Id: I0eccea5d08a8758585f183540787b78fb80aa36a
Reviewed-on: https://go-review.googlesource.com/c/151360
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Ian Lance Taylor 2018-11-27 17:09:58 -08:00
parent 3a60629a6d
commit 6bf531384d

View File

@ -47,6 +47,11 @@ Do not send CLs removing the interior tags from such phrases.
12.0+.
</p>
<p id="darwin">
Go 1.12 is the last release that will run on macOS 10.10 Yosemite.
Go 1.13 will require macOS 10.11 El Capitan or later.
</p>
<h2 id="tools">Tools</h2>
<h3 id="gocache">Build cache requirement</h3>