From 5b833afc06b1134cc20fd320feb6415018a92e6e Mon Sep 17 00:00:00 2001 From: Sawood Alam Date: Tue, 2 Aug 2016 11:29:26 -0400 Subject: [PATCH] Go version requirement for build changed, #86 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30359a4..ca5253b 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Options: ## Build -Assuming that Git and Go (version >= 1.3) are installed, the `GOPATH` environment variable is set to the Go Workspace directory as described in the [How to Write Go Code](https://golang.org/doc/code.html), and `PATH` includes `$GOPATH/bin`. Cloning, building, and running the code can be done using following commands: +Assuming that Git and Go (version >= 1.7) are installed, the `GOPATH` environment variable is set to the Go Workspace directory as described in the [How to Write Go Code](https://golang.org/doc/code.html), and `PATH` includes `$GOPATH/bin`. Cloning, building, and running the code can be done using following commands: ``` $ cd $GOPATH