From fac74b50de82e3cf55dadb7e6c852c7bf1883338 Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Thu, 14 May 2020 16:31:00 +0200 Subject: [PATCH] Remove suggestions to use Go 1.1 for ARM development that might confuse beginners --- GoArm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoArm.md b/GoArm.md index 7003f4dd..20a2bb0b 100644 --- a/GoArm.md +++ b/GoArm.md @@ -24,7 +24,7 @@ Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile # Recommended Go version -The recommended minimum version for running Go on arm systems is Go 1.1. +Go has a mature support for ARM systems; so, just like for other architectures, use the latest stable version (eg: Go 1.14 at the time of writing). # Tips and tricks