diff --git a/Ubuntu.md b/Ubuntu.md index d994b1ef..0e81933d 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -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: