From 4b19a2af43c1ee714d06e272fc45a0468369a408 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Wed, 4 Sep 2019 22:29:39 +0200 Subject: [PATCH] Update for Go 1.13 --- Ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu.md b/Ubuntu.md index efdf21d7..64cfaaf8 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -1,6 +1,6 @@ The Go project's official download page is at [https://golang.org/dl/](https://golang.org/dl/). -If you're using Ubuntu 16.04 LTS, 18.04 LTS, 18.10 or 19.04, then you can use the `longsleep/golang-backports` PPA and install Go 1.12. +If you're using Ubuntu 16.04 LTS, 18.04 LTS or 19.04, then you can use the `longsleep/golang-backports` PPA and install Go 1.13. ``` sudo add-apt-repository ppa:longsleep/golang-backports @@ -8,7 +8,7 @@ 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.12` instead and use the binaries from `/usr/lib/go-1.12/bin`.** +> **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`.** 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.