]> Cypherpunks repositories - gostls13.git/commit
doc: document minimum OS X version as 10.8
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 9 Sep 2016 05:26:20 +0000 (05:26 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 12 Sep 2016 18:39:55 +0000 (18:39 +0000)
commitcfea26026bc49be1710ed742465514e84bd31ab5
tree0de74d0db68f6938ca227913aa46610243b26cb5
parente4691d92dac9c46ea9ae380d5110dbceff45fad3
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 <cbro@golang.org>
doc/install-source.html
doc/install.html