From cb4b232b54791da32f85b1f11c03e59247632f14 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 20 Jan 2021 16:19:03 -0500 Subject: [PATCH] add note that Go 1.16 won't run on OpenBSD 6.2-6.3 --- OpenBSD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenBSD.md b/OpenBSD.md index f80de492..261dbade 100644 --- a/OpenBSD.md +++ b/OpenBSD.md @@ -21,7 +21,7 @@ Go is available within the OpenBSD ports tree collection since OpenBSD 5.2. It | **Kernel version** | **Architectures** | **Initial support version** | **Final support version** | |:-------------------|:------------------|:----------------------------|:--------------------------| | 6.4 | amd64, arm, 386 | Go 1.11 | | -| 6.2 through 6.3 | amd64, arm, 386 | Go 1.9 | | +| 6.2 through 6.3 | amd64, arm, 386 | Go 1.9 | Go 1.15.x | | 6.1 | amd64, arm, 386 | Go 1.8 | Go 1.10.8 | | 6.0 | amd64, 386 | Go 1.4.1 _*_ | Go 1.10.8 | | 6.0 | arm | Go 1.5 | Go 1.10.8 |