summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeschi Kreinick <heschi@google.com>2022-12-02 17:06:15 -0500
committerGopher Robot <gobot@golang.org>2022-12-02 22:24:00 +0000
commit7ab361531514764fdccb23283a2e7f1916b74b87 (patch)
treedcb3abdcb4408a7c987ce37a05ec46afed76805b /doc
parent45f5ef4ed7a774b6911650319a265e17ee9e6e0e (diff)
downloadgo-git-7ab361531514764fdccb23283a2e7f1916b74b87.tar.gz
doc/go1.20: preannounce dropping macOS 10.13 and 10.14 support
For #23011. Change-Id: I386920928a98403180098f1da5ea7696a239210e Reviewed-on: https://go-review.googlesource.com/c/go/+/454957 Auto-Submit: Heschi Kreinick <heschi@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/go1.20.html b/doc/go1.20.html
index 177b27eaeb..26f65f28d0 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -67,6 +67,13 @@ Do not send CLs removing the interior tags from such phrases.
<h2 id="ports">Ports</h2>
+<h3 id="darwin">Darwin and iOS</h3>
+
+<p><!-- golang.org/issue/23011 -->
+ Go 1.20 is the last release that will run on macOS 10.13 High Sierra or 10.14 Mojave.
+ Go 1.21 will require macOS 10.15 Catalina or later.
+</p>
+
<h3 id="freebsd-riscv">FreeBSD/RISC-V</h3>
<p><!-- https://go.dev/issue/53466 -->