Skip to content

Commit

Permalink
Merge pull request #197 from brunhil/update-readme-goversion
Browse files Browse the repository at this point in the history
Update go version in docs
  • Loading branch information
tombuildsstuff authored Jan 10, 2020
2 parents 7b56c1a + 099647f commit 86f5b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ General Requirements
------------

- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
- [Go](https://golang.org/doc/install) 1.11.x (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.13.x (to build the provider plugin)

Windows Specific Requirements
-----------------------------
Expand Down Expand Up @@ -69,7 +69,7 @@ Further [usage documentation is available on the Terraform website](https://www.
Developing the Provider
---------------------------

If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.9+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.13+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.

To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.

Expand Down

0 comments on commit 86f5b91

Please sign in to comment.