Merge pull request #6763 from theborakompanioni/patch-2

fix: go version in ARMv6 section of INSTALL.md
This commit is contained in:
Oliver Gugger 2022-07-25 19:22:38 +02:00 committed by GitHub
commit 87f4f03fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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