From 7942671a5856233ce63a265e1a1441b7a0ea82f5 Mon Sep 17 00:00:00 2001 From: "Norman B. Lancaster" Date: Wed, 10 Jul 2019 10:33:12 -0500 Subject: [PATCH] doc/go1.13: document removal of NaCl targets in Go 1.14 Go 1.14 will no longer run on Native Client (NaCl). Updating the 1.13 release notes to indicate this. See #30439. Fixes #32948 Change-Id: Ia147bb053adc098bd696dbdb01553c23222f8134 Reviewed-on: https://go-review.googlesource.com/c/go/+/185537 Reviewed-by: Andrew Bonventre --- doc/go1.13.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/go1.13.html b/doc/go1.13.html index a4cea9b86a..afc345c1d3 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -101,6 +101,10 @@ Do not send CLs removing the interior tags from such phrases.

Ports

+

+ Go 1.13 is the last release that will run on Native Client (NaCl). +

+

AIX

-- 2.50.0