Skip to content

Commit

Permalink
Merge pull request juju#9252 from SimonRichardson/golang1-11
Browse files Browse the repository at this point in the history
juju#9252

$pr_descr
  • Loading branch information
jujubot authored Sep 26, 2018
2 parents 2a1d0f5 + d39a48d commit 9a9fa02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ If you are looking for binary releases of `juju`, they are available in the snap
Installing Go
--------------

`Juju's` source code currently depends on Go 1.10. One of the easiest ways
`Juju's` source code currently depends on Go 1.11. One of the easiest ways
to install golang is from a snap. You may need to first install
the [snap client](https://snapcraft.io/docs/core/install). Installing the golang
snap package is then as easy as

snap install go --channel=1.10/stable --classic
snap install go --channel=1.11/stable --classic

You can read about the "classic" confinement policy [here](https://insights.ubuntu.com/2017/01/09/how-to-snap-introducing-classic-confinement/)

If you want to use `apt`, then you can add the [Golang Gophers PPA](https://launchpad.net/~gophers/+archive/ubuntu/archive) and then install by running the following

sudo add-apt-repository ppa:gophers/archive
sudo apt-get update
sudo apt install golang-1.10
sudo apt install golang-1.11

Alternatively, you can always follow the official [binary installation instructions](https://golang.org/doc/install#install)

Expand Down

0 comments on commit 9a9fa02

Please sign in to comment.