Website: Update Min Go Version to 1.6

Fixes #794

Change-Id: I0d6fd6b32862bef24a2fcd87fff20b82db4b0426
This commit is contained in:
Alok Parlikar 2016-05-29 22:41:03 +05:30
parent 2222045ae9
commit 7b9b9d58a9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<p>Or, the canonical git repo is:</p>
<pre>$ git clone https://camlistore.googlesource.com/camlistore</pre>
<p><a href="http://golang.org/doc/install">Download and install Go</a> if you don't have that installed already. Camlistore requires <a href="https://golang.org/dl/">Go 1.5 or newer</a>.</p>
<p><a href="http://golang.org/doc/install">Download and install Go</a> if you don't have that installed already. As of revision <a href="https://github.com/camlistore/camlistore/commit/33a8eec553cc79fc31fbb076790100297f32d70b">33a8eec</a>, Camlistore requires <a href="https://golang.org/dl/">Go 1.6 or newer</a>.</p>
<p>Build Camlistore by running this command in the folder you downloaded or checked out:</p>