From cfea26026bc49be1710ed742465514e84bd31ab5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 9 Sep 2016 05:26:20 +0000 Subject: [PATCH] doc: document minimum OS X version as 10.8 The download page says "OS X 10.8 or later", but other pages said 10.7. Say 10.8 everywhere. Turns out Go doesn't even compile on OS X 10.7 (details in bug) and we only run builders for OS X 10.8+, which is likely why 10.7 regressed. Until recently we only had OS X 10.10 builders, even. We could run 10.7 builders, but there's basically no reason to do so, especially with 10.12 coming out imminently. Fixes #16625 Change-Id: Ida6e20fb6c54aea0a3757235b708ac1c053b8c04 Reviewed-on: https://go-review.googlesource.com/28870 Reviewed-by: Chris Broadfoot --- doc/install-source.html | 2 +- doc/install.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index 1cc22305bd02c..e24a1e570281c 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -446,7 +446,7 @@

Optional environment variables

Choices for $GOOS are -darwin (Mac OS X 10.7 and above and iOS), dragonfly, freebsd, +darwin (Mac OS X 10.8 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 01681f4d86a98..1305c970e3137 100644 --- a/doc/install.html +++ b/doc/install.html @@ -49,7 +49,7 @@

System requirements


FreeBSD 8-STABLE or later amd64 Debian GNU/kFreeBSD not supported Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported -Mac OS X 10.7 or later amd64 use the clang or gcc that comes with Xcode for cgo support +Mac OS X 10.8 or later amd64 use the clang or gcc that comes with Xcode for cgo support Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.