From e019767ecb8c8e39c99a1c16960990d63ea8154a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 5 Aug 2015 09:40:33 +1000 Subject: [PATCH] doc: bump minimum requirement to OS X 10.7 Fixes #11995 Change-Id: I9e2901d77ebde705f59822e7d4a8163cbacffcd7 Reviewed-on: https://go-review.googlesource.com/13150 Reviewed-by: Rob Pike --- doc/install-source.html | 2 +- doc/install.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index cf89dc877dd00..e71fff710f408 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -399,7 +399,7 @@

Optional environment variables

Choices for $GOOS are -darwin (Mac OS X 10.6 and above and iOS), dragonfly, freebsd, +darwin (Mac OS X 10.7 and above and iOS), dragonfly, freebsd, linux, netbsd, openbsd, plan9, solaris and windows. Choices for $GOARCH are diff --git a/doc/install.html b/doc/install.html index 8c9322fd53bd1..d94d6a9368b80 100644 --- a/doc/install.html +++ b/doc/install.html @@ -15,7 +15,7 @@

Download the Go distribution

Official binary distributions are available for the FreeBSD (release 8-STABLE and above), -Linux, Mac OS X (Snow Leopard and above), and Windows operating systems and +Linux, Mac OS X (10.7 and above), and Windows operating systems and the 32-bit (386) and 64-bit (amd64) x86 processor architectures.

@@ -47,7 +47,7 @@

System requirements


FreeBSD 8-STABLE or later amd64, 386, arm Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported; no binary distribution for ARM yet -Mac OS X 10.6 or later amd64, 386 use the gcc that comes with Xcode +Mac OS X 10.7 or later amd64 use the gcc that comes with Xcode Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.