From: Russ Cox Date: Wed, 6 Dec 2017 18:38:10 +0000 (-0500) Subject: doc/go1.10: preannounce removal of OS X 10.8 support in Go 1.11 X-Git-Tag: go1.10beta1~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9b8d604db245e4910ac88a96c529e9798ab58c99;p=gostls13.git doc/go1.10: preannounce removal of OS X 10.8 support in Go 1.11 For #23011. Change-Id: Ibd934f32e41cb8dddbd3d68a324536cf29a97916 Reviewed-on: https://go-review.googlesource.com/82275 Run-TryBot: Russ Cox Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.10.html b/doc/go1.10.html index 5c9e706940..67a1605314 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -64,6 +64,11 @@ in particular new instructions in the assembler and improvements to the code generated by the compilers.

+

+Go 1.10 is the last release that will run on OS X 10.8 Mountain Lion. +Go 1.11 will require OS X 10.9 Mavericks or later. +

+

As announced in the Go 1.9 release notes, Go 1.10 now requires FreeBSD 10.3 or later;