summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-07-07 03:45:50 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-07-07 05:51:55 +0000
commitfcc35147d5940d5b077586c02a97894c3edf870d (patch)
tree743189af424fcc8dc471b6f13d7e4fc1d652e70a /doc
parent39ed6b14b4212008e32bb53e87fd46d4faa13ce2 (diff)
downloadgo-git-fcc35147d5940d5b077586c02a97894c3edf870d.tar.gz
doc: note that Go 1.9 is last release to support FreeBSD 9.3
Fixes #20930 Change-Id: I4a59de0556cffeae9af2eaa41609601e086211b2 Reviewed-on: https://go-review.googlesource.com/47731 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.9.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index c657ebbc71..ea91843006 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -99,6 +99,15 @@ type T1 = T2
hardware.
<p>
+<h3 id="freebsd">FreeBSD</h3>
+
+<p>
+ Go 1.9 is the last release that will run on FreeBSD 9.3,
+ which is already
+ <a href="https://www.freebsd.org/security/unsupported.html">unsupported by FreeBSD</a>.
+ Go 1.10 will require FreeBSD 10.3+.
+</p>
+
<h3 id="openbsd">OpenBSD 6.0</h3>
<p> <!-- CL 40331 -->