Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update goversion in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Oct 13, 2017
1 parent a711844 commit 7835eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ sudo apt-get update
sudo apt-get install build-essential git -y
```

### Install Go 1.8 or greater
### Install Go 1.9 or greater
```
wget https://storage.googleapis.com/golang/go1.7.1.linux-amd64.tar.gz
sudo tar -zxvf go1.7.1.linux-amd64.tar.gz -C /usr/local/
wget https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz
sudo tar -zxvf go1.9.1.linux-amd64.tar.gz -C /usr/local/
```

### Setup Go
Expand Down

0 comments on commit 7835eee

Please sign in to comment.