From 1cb3f7169ccff3ae2197784676404e8d0d3f5e32 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 13 Jul 2016 09:38:41 -0700 Subject: [PATCH] doc/go1.7.html: earlier Go versions don't work on macOS Sierra Updates #16272. Change-Id: If5444b8de8678eeb9be10b62a929e2e101d1dd91 Reviewed-on: https://go-review.googlesource.com/24900 Reviewed-by: Brad Fitzpatrick --- doc/go1.7.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.7.html b/doc/go1.7.html index d209a5ab0ea563..2dfa64da6114f0 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -74,6 +74,12 @@

Changes to the language

Ports

+

+Go 1.7 adds support for macOS 10.12 Sierra. +Binaries built with previous versions of Go will not work correctly on +Sierra. +

+

Go 1.7 adds an experimental port to Linux on z Systems (linux/s390x) and the beginning of a port to Plan 9 on ARM (plan9/arm).