From 7bbb940896e07e3b3215845b9ad97e751f8e1100 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 May 2015 08:37:41 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab069a213..de9328795 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ http://www.packer.io/docs ## Developing Packer If you wish to work on Packer itself or any of its built-in providers, -you'll first need [Go](http://www.golang.org) installed (version 1.2+ is +you'll first need [Go](http://www.golang.org) installed (version 1.4+ is _required_). Make sure Go is properly installed, including setting up a [GOPATH](http://golang.org/doc/code.html#GOPATH).