Update go version to 1.10
This commit is contained in:
parent
bbf97ae7e8
commit
fd27cf7f8c
2
go.md
2
go.md
@ -5,7 +5,7 @@ Install go programming language to user .local/bin directory
|
||||
## Install binary release from repositories
|
||||
|
||||
```bash
|
||||
wget -qO go.tar.gz https://dl.google.com/go/go1.9.3.linux-amd64.tar.gz \
|
||||
wget -qO go.tar.gz https://dl.google.com/go/go1.10.linux-amd64.tar.gz \
|
||||
&& tar -C $HOME/.local -xzf go.tar.gz \
|
||||
&& rm go.tar.gz
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user