Skip to content

Commit

Permalink
Update README to show that we're on golang 1.11
Browse files Browse the repository at this point in the history
The following makes sure to reflect that juju is infact on golang
1.11 and that you're required to have that installed correctly before
submitting any PR.
  • Loading branch information
SimonRichardson committed Sep 25, 2018
1 parent cb85f31 commit d39a48d
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 d39a48d

Please sign in to comment.