Require go1.6 for building rclone

This is required because google.golang.org/grpc needs it.
This commit is contained in:
Nick Craig-Wood
2017-05-11 17:07:49 +01:00
parent 98c2d2c41b
commit 17633f5460
4 changed files with 4 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ Run `rclone config` to setup. See [rclone config docs](/docs/) for more details.
## Install from source ##
Make sure you have at least [Go](https://golang.org/) 1.5 installed.
Make sure you have at least [Go](https://golang.org/) 1.6 installed.
Make sure your `GOPATH` is set, then:
go get -u -v github.com/ncw/rclone