Bump ppa:longsleep/golang-backports to Go 1.14

Simon Eisenmann 2020-02-26 10:45:58 +01:00
parent 6231d7e984
commit ebb80b772c

@ -2,7 +2,7 @@ The Go project's official download page is at [https://golang.org/dl/](https://g
There are some other options for Debian based systems like Ubuntu. These packages were not created by the Go project, and we don't support them, but they may be useful for you.
If you're using Ubuntu 16.04 LTS, 18.04 LTS or 19.04 on amd64, arm64, armhf or i386, then you can use the `longsleep/golang-backports` PPA and install Go 1.13.
If you're using Ubuntu 18.04 LTS or 19.10 on amd64, arm64, armhf or i386, then you can use the `longsleep/golang-backports` PPA and install Go 1.14.
```
sudo add-apt-repository ppa:longsleep/golang-backports
@ -10,7 +10,7 @@ sudo apt update
sudo apt install golang-go
```
> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.13` instead and use the binaries from `/usr/lib/go-1.13/bin`.**
> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.14` instead and use the binaries from `/usr/lib/go-1.14/bin`.**
If that's too new for you, try: