Update required Go version to 1.12+

This commit is contained in:
Levi Blackstone 2019-04-26 10:13:13 -06:00 committed by GitHub
parent 0b7086b72d
commit b3da211b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ For larger features, we'd appreciate it if you open a [new issue](https://github
To hack on Pulumi, you'll need to get a development environment set up. You'll want to install the following on your machine:
- Go 1.9 or later
- Go 1.12 or later
- NodeJS 6.10.X or later
- Python 3.6 or later
- [pipenv](https://github.com/pypa/pipenv)