You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/04/06 16:42:46 UTC

[3/3] brooklyn-client git commit: Update documented required Go version

Update documented required Go version

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/bc8593a9
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/bc8593a9
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/bc8593a9

Branch: refs/heads/0.9.0
Commit: bc8593a933fcb76327ae4a511643e39d25a87ba2
Parents: c8da9f1
Author: drigodwin <dr...@googlemail.com>
Authored: Tue Apr 5 15:31:46 2016 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Apr 6 15:34:51 2016 +0100

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/bc8593a9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c00e960..b375e4a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ A command line client for [Apache Brooklyn](https://brooklyn.apache.org).
 The CLI tool is written in Go and should be obtained and built as a standard Go project. 
 You will need the following tools to build it:
 
-- Go (min version 1.5.1), with full cross-compiler support (see https://golang.org/dl).
+- Go (min version 1.6), with full cross-compiler support (see https://golang.org/dl).
   On Mac, if using Homebrew, use "brew install go --with-cc-all"
 - godep (see https://github.com/tools/godep)