From a4ae57f9e91e07157ffaf3d6fa760d921e31cffc Mon Sep 17 00:00:00 2001 From: Thebora Kompanioni Date: Sat, 23 Jul 2022 17:55:06 +0200 Subject: [PATCH] fix: go version in ARMv6 section of INSTALL.md --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d2766d562..d721e825f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -127,7 +127,7 @@ the following commands for your OS: isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install this version of Go. If it matches, then proceed to install Go: ``` - tar -C /usr/local -xzf go1.17.1.linux-armv6l.tar.gz + tar -C /usr/local -xzf go1.18.linux-armv6l.tar.gz export PATH=$PATH:/usr/local/go/bin ```