From ed785fddb20ce28f7f5385a569057d0910561a24 Mon Sep 17 00:00:00 2001 From: Amrita Dutta Date: Thu, 18 Apr 2019 17:43:24 +0000 Subject: [PATCH 1/2] update CONTRIBUTING.md with version of go to download --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cd07ed4ba..40ea7630f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -53,7 +53,7 @@ can quickly merge or address your contributions. If you have never worked with Go before, you will have to install its runtime in order to build packer. -1. [Install go](https://golang.org/doc/install#install) +1. The current version of go for this project is 1.12.x. [Install go](https://golang.org/doc/install#install) ## Setting up Packer for dev From c3a1ab381695a29f67279ea40bb079e105b3f584 Mon Sep 17 00:00:00 2001 From: Amrita Dutta Date: Fri, 19 Apr 2019 01:48:08 +0000 Subject: [PATCH 2/2] Updating to suggested future-proof comment --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 40ea7630f..64363e2a3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -53,7 +53,7 @@ can quickly merge or address your contributions. If you have never worked with Go before, you will have to install its runtime in order to build packer. -1. The current version of go for this project is 1.12.x. [Install go](https://golang.org/doc/install#install) +1. This project always releases from the latest version of golang. [Install go](https://golang.org/doc/install#install) ## Setting up Packer for dev