From a1bc781503bf371262d4878e96cd60cdbb5e9ee9 Mon Sep 17 00:00:00 2001 From: Carlos Amedee Date: Wed, 8 Jan 2020 14:49:43 -0500 Subject: [PATCH] doc: update the minimum supported macOS version to 10.11 Update minimum macOS supported version from 10.10 to 10.11. Updates #23011 Change-Id: Ie10c40e882c9d309ff56041d9768afc288d0204f Reviewed-on: https://go-review.googlesource.com/c/go/+/213878 Reviewed-by: Alexander Rakoczy Reviewed-by: Dmitri Shuralyov Run-TryBot: Alexander Rakoczy TryBot-Result: Gobot Gobot --- doc/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.html b/doc/install.html index 40faadb2fa..706d66c007 100644 --- a/doc/install.html +++ b/doc/install.html @@ -17,7 +17,7 @@

Official binary distributions are available for the FreeBSD (release 10-STABLE and above), -Linux, macOS (10.10 and above), and Windows operating systems and +Linux, macOS (10.11 and above), and Windows operating systems and the 32-bit (386) and 64-bit (amd64) x86 processor architectures.

@@ -49,7 +49,7 @@ If your OS or architecture is not on the list, you may be able to
FreeBSD 10.3 or later amd64, 386 Debian GNU/kFreeBSD not supported Linux 2.6.23 or later with glibc amd64, 386, arm, arm64,
s390x, ppc64le CentOS/RHEL 5.x not supported.
Install from source for other libc. -macOS 10.10 or later amd64 use the clang or gcc that comes with Xcode for cgo support +macOS 10.11 or later amd64 use the clang or gcc that comes with Xcode for cgo support Windows 7, Server 2008R2 or later amd64, 386 use MinGW (386) or MinGW-W64 (amd64) gcc.
No need for cygwin or msys.