Merge pull request #7528 from amydutta/update-contributing

Update CONTRIBUTING.md with version of go to download
This commit is contained in:
Megan Marsh 2019-04-19 09:17:14 -07:00 committed by GitHub
commit a360516a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. This project always releases from the latest version of golang. [Install go](https://golang.org/doc/install#install)
## Setting up Packer for dev