Merge pull request #433 from alouche/enforce_go_dependency

Enforce go 1.1 build version dependency
This commit is contained in:
Mitchell Hashimoto 2013-09-17 12:19:27 -07:00
commit 778568ffed
1 changed files with 3 additions and 0 deletions

3
go_version.go Normal file
View File

@ -0,0 +1,3 @@
// +build !go1.1
"packer requires go version 1.1 or greated to build"