From: Ian Lance Taylor Date: Tue, 19 May 2020 00:55:50 +0000 (-0700) Subject: doc: require macOS 10.12 or later X-Git-Tag: go1.15beta1~135 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c88f6989e1137be217260fde888e85b4610b5292;p=gostls13.git doc: require macOS 10.12 or later For #23011 Change-Id: I3137820af975301e251b0a23a9349c544b42c70b Reviewed-on: https://go-review.googlesource.com/c/go/+/234521 Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.15.html b/doc/go1.15.html index 43fc14f168..90baedd916 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -33,6 +33,12 @@ TODO

Darwin

+

+ As announced in the Go 1.14 release notes, + Go 1.15 now requires macOS 10.12 Sierra or later; + support for previous versions has been discontinued. +

+

As announced in the Go 1.14 release notes, Go 1.15 drops support for 32-bit binaries on macOS, iOS, diff --git a/doc/install-source.html b/doc/install-source.html index 8f0d3a9d14..b5b422ea11 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -501,7 +501,7 @@ These default to the values of $GOHOSTOS and

Choices for $GOOS are -android, darwin (macOS 10.11 and above and iOS), +android, darwin (macOS/iOS), dragonfly, freebsd, illumos, js, linux, netbsd, openbsd, plan9, solaris and windows.