Update gophers archive example to golang-1.11-go

Jonathan Cross 2019-04-01 03:45:25 +02:00
parent ad51428f2d
commit 26cb4c1aee

@ -14,10 +14,10 @@ If that's too old for you, try:
```
$ sudo add-apt-repository ppa:gophers/archive
$ sudo apt-get update
$ sudo apt-get install golang-1.10-go
$ sudo apt-get install golang-1.11-go
```
> **Note that `golang-1.10-go` puts binaries in `/usr/lib/go-1.10/bin`. If you want them on your PATH, you need to make that change yourself.**
> **Note that `golang-1.11-go` puts binaries in `/usr/lib/go-1.11/bin`. If you want them on your PATH, you need to make that change yourself.**
Using snaps also works quite well: