From aa103f801cbef4e87407fdd4643126b8d9b76e57 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 18 Nov 2020 11:21:04 +0100 Subject: [PATCH] Update macOS compatibilty according to Go 1.15 release notes --- MinimumRequirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinimumRequirements.md b/MinimumRequirements.md index e617f986..04763fc5 100644 --- a/MinimumRequirements.md +++ b/MinimumRequirements.md @@ -23,7 +23,7 @@ For Go 1.11 and later: Windows Server 2008R2 and higher or Windows 7 and higher. ### [macOS (née OS X, aka Darwin)](Darwin) macOS Sierra 10.12 or higher requires Go 1.7.1 or above. -Go only supports OS X Yosemite 10.10 or newer. We only have builders for 10.10, 10.11 and 10.12 as of 2019-01-11. +Go 1.15 and later only support macOS Sierra 10.12 or newer, see https://golang.org/doc/go1.15#darwin. We only have builders for 10.12, 10.14 and 10.15 as of 2020-11-18. ### [OpenBSD](OpenBSD)