From 679936a12b69bdecd0fe95dfd4296ad4fca80aea Mon Sep 17 00:00:00 2001 From: Guillaume Giamarchi Date: Wed, 14 Jan 2015 23:51:02 +0100 Subject: [PATCH] Now Go version must be at least 1.4 Command `go generate` appeared in Go 1.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ff51fae3..dfbbc258ce 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ All documentation is available on the [Terraform website](http://www.terraform.i Developing Terraform -------------------- -If you wish to work on Terraform itself or any of its built-in providers, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.2+ is *required*). Alternatively, you can use the Vagrantfile in the root of this repo to stand up a virtual machine with the appropriate dev tooling already set up for you. +If you wish to work on Terraform itself or any of its built-in providers, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.4+ is *required*). Alternatively, you can use the Vagrantfile in the root of this repo to stand up a virtual machine with the appropriate dev tooling already set up for you. For local dev first make sure Go is properly installed, including setting up a [GOPATH](http://golang.org/doc/code.html#GOPATH). Next, install the following software packages, which are needed for some dependencies: