go <= 1.6 are no longer supported
This commit is contained in:
parent
dcbf4d5f9a
commit
b9d1fada25
|
@ -54,7 +54,7 @@ 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. These instructions target POSIX-like environments (Mac OS X, Linux, Cygwin, etc.) so you may need to adjust them for Windows or other shells.
|
||||
|
||||
1. [Download](https://golang.org/dl) and install Go. The instructions below
|
||||
are for go 1.6. Earlier versions of Go are no longer supported.
|
||||
are for go 1.7. Earlier versions of Go are no longer supported.
|
||||
|
||||
2. Set and export the `GOPATH` environment variable and update your `PATH`. For
|
||||
example, you can add to your `.bash_profile`.
|
||||
|
|
Loading…
Reference in New Issue