From c653bfca3948e0fd6dff3d4292ebfd20c17e3f3d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 15 Sep 2013 22:36:09 -0700 Subject: [PATCH] Specify the Go version in CONTRIBUTING [GH-424] --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7956147f8..a66d3999d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,9 @@ it raises the chances we can quickly merge or address your contributions. If you have never worked with Go before, you will have to complete the following steps in order to be able to compile and test Packer. -1. Install Go. On a Mac, you can `brew install go`. +1. Install Go. On a Mac, you can `brew install go`. Make sure the Go + version is at least Go 1.1. Packer will not work with anything less than + Go 1.1. 2. Set and export the `GOPATH` environment variable. For example, you can add `export GOPATH=$HOME/Documents/golang` to your `.bash_profile`.