From b8e885a35b29b8073a5f0460e596e4715ce84923 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 17 Feb 2016 16:29:38 -0800 Subject: [PATCH] Update go 1.5 references to 1.6 --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 4 ++-- Vagrantfile | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e248e7d5..67e547cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ BACKWARDS INCOMPATIBILITIES: the packer-* plugin files** or packer will load out-of-date plugins from disk. * Release binaries are now provided via . - * Packer 0.9.0 is now built with Go 1.5. Future versions will drop support + * Packer 0.9.0 is now built with Go 1.6. Future versions will drop support for building with Go 1.4. * builder/amazon: Inline `user_data` for EC2 is now base64 encoded automatically [GH-2539] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e16c6c28..5b66b0fc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,8 +53,8 @@ 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. [Download](https://golang.org/dl) and install Go. Make sure your Go version - is at least Go 1.5. Packer _may_ work with older versions of Go but these +1. [Download](https://golang.org/dl) and install Go. Go 1.6 or higher is + preferred. Packer _may_ work with versions of Go older than 1.5 but these are not supported. 2. Set and export the `GOPATH` environment variable and update your `PATH`. For diff --git a/Vagrantfile b/Vagrantfile index 24bbaacf5..b61b3d209 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ $script = <