diff --git a/Ubuntu.md b/Ubuntu.md index 26088473..6ed75a7f 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -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.12. +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. ``` sudo add-apt-repository ppa:longsleep/golang-backports @@ -37,9 +37,3 @@ 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`.** -## Bug noted in Ubuntu golang-1.12-go release: -``` -Package: golang-1.12-go -Version: 1.12-1longsleep2+xenial -``` -See https://github.com/vugu/vugu/issues/33 for details and a fix.