From e883005d2ae5c9de0f3a072af53968da299bb8a8 Mon Sep 17 00:00:00 2001
From: Dmitri Shuralyov
Date: Wed, 24 Nov 2021 11:05:51 -0500
Subject: [PATCH] doc/go1.18: document that iOS 12 or newer is required
For #47694.
Updates #49616.
Updates #48076.
Change-Id: I570564c3a54d3cd9cfc9b8267df9fbee3363b650
Reviewed-on: https://go-review.googlesource.com/c/go/+/366914
Trust: Dmitri Shuralyov
Reviewed-by: Cherry Mui
---
doc/go1.18.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 4175063edd..c6c338984c 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -105,6 +105,14 @@ proposal.
now supports the c-archive
and c-shared
build modes.
+iOS
+
+
+ On iOS (the ios/arm64
port)
+ and iOS simulator running on AMD64-based macOS (the ios/amd64
port),
+ Go 1.18 now requires iOS 12 or later; support for previous versions has been discontinued.
+
+
Go command