Update for Go 1.13

Simon Eisenmann 2019-09-04 22:29:39 +02:00
parent 7ec15a0d80
commit 4b19a2af43

@ -1,6 +1,6 @@
The Go project's official download page is at [https://golang.org/dl/](https://golang.org/dl/). 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 sudo add-apt-repository ppa:longsleep/golang-backports
@ -8,7 +8,7 @@ sudo apt-get update
sudo apt-get install golang-go 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. 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.