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