Update longsleep/golang-backports to Go 1.12

Simon Eisenmann 2019-02-28 16:21:23 +01:00
parent 3796d422c7
commit 3779128d99

@ -27,7 +27,7 @@ $ sudo snap install --classic go
```
> A restart is required for the command to be recognized.
If you're using Ubuntu 16.04 LTS, 18.04 LTS or 18.10, then you can use the `longsleep/golang-backports` PPA and install Go 1.11.
If you're using Ubuntu 16.04 LTS, 18.04 LTS or 18.10, then you can use the `longsleep/golang-backports` PPA and install Go 1.12.
```
sudo add-apt-repository ppa:longsleep/golang-backports
@ -35,4 +35,4 @@ sudo apt-get update
sudo apt-get install golang-go
```
> **Note that golang-go installs latest Go as default Go. If you do not want that, install `golang-1.11` instead and use the binaries from /usr/lib/go-1.11/bin.**
> **Note that golang-go installs latest Go as default Go. If you do not want that, install `golang-1.12` instead and use the binaries from /usr/lib/go-1.11/bin.**