aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-02-24 21:08:27 +0100
committerDmitri Shuralyov <dmitshur@golang.org>2020-02-24 21:19:38 +0000
commit6a7f08952e29843081623e590a5e636e1b4b4ded (patch)
treeb3a275d2c88b1dc9bda6a67f1d0181ace2319dee
parent8ced42e78bc94e52094c0ada0cc69d5d4c12999e (diff)
downloadgo-6a7f08952e29843081623e590a5e636e1b4b4ded.tar.gz
go-6a7f08952e29843081623e590a5e636e1b4b4ded.zip
[release-branch.go1.14] doc/go1.14: document that freebsd/arm64 requires FreeBSD 12.0 or later
Updates #24715 Updates #37345 Change-Id: I787a9b2ab1c68e1d379aac0a31bdf6217f04f911 Reviewed-on: https://go-review.googlesource.com/c/go/+/220426 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> (cherry picked from commit 28c501b7b3405cf2afa7b9a440c9fc835d5276a0) Reviewed-on: https://go-review.googlesource.com/c/go/+/220427
-rw-r--r--doc/go1.14.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 90f52b0fcb..9d5dff6bc6 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -108,7 +108,7 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="freebsd">FreeBSD</h3>
<p><!-- CL 199919 -->
- Go now supports the 64-bit ARM architecture on FreeBSD (the
+ Go now supports the 64-bit ARM architecture on FreeBSD 12.0 or later (the
<code>freebsd/arm64</code> port).
</p>