Remove suggestions to use Go 1.1 for ARM development that might confuse beginners

Giovanni Bajo 2020-05-14 16:31:00 +02:00
parent d61bf99515
commit fac74b50de

@ -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