Comment 6 for bug 1662857

Revision history for this message
Joel Sing (jsing) wrote :

While I understand the need for godeps before building, the instructions in the README.md tell you that you should fetch the code with:

  go get -d -v github.com/juju/juju/...

If you do this with Go 1.6 this fails, hence the bug reports.

I believe one of the following needs to be done:

- Document a minimum version of Go 1.7 (in which case the above go get command works)

- Replace the above go get command with a git clone, followed by godeps.