From f1434e7a622ea249b8d07c321c1dceca6941127f Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Fri, 27 Nov 2015 11:40:04 -0800 Subject: [PATCH] Update support matrix. --- GoArm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoArm.md b/GoArm.md index f1e4ee07..af5fb20c 100644 --- a/GoArm.md +++ b/GoArm.md @@ -12,7 +12,7 @@ Go supports the following ARM architectural families. | ARMv5 | supported | GOARM=5 | | | ARMv6 | supported | | GOARM=6 is the default value| | ARMv7 | supported | GOARM=7 | | -| ARMv8 | supported in Go 1.5 (merged in tip) | GOARCH=arm64 | | +| ARMv8 | supported | GOARCH=arm64 | | Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile Go from source on the target machine. In cross compilation situations, it is recommended that you always export an appropriate GOARM value.