From 86b4b12585739cabe7d54da566d540c7ac660ff9 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 6 Feb 2015 15:56:53 -0600 Subject: [PATCH] Correct btcd README to require Go 1.3. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f309b457..a328d13b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ active development. ## Requirements -[Go](http://golang.org) 1.2 or newer. +[Go](http://golang.org) 1.3 or newer. ## Installation