From c88f6989e1137be217260fde888e85b4610b5292 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 18 May 2020 17:55:50 -0700 Subject: [PATCH] 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 --- doc/go1.15.html | 6 ++++++ doc/install-source.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 2.50.0