aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTom Harvey <tombuildsstuff@users.noreply.github.com>2019-01-09 10:45:03 +0000
committerGitHub <noreply@github.com>2019-01-09 10:45:03 +0000
commit303b299eeb6b06e939e35905e4b34cb410dd9dc3 (patch)
treefbf4a9d15d29ef4272013b714580e9678083843f /README.md
parent9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630 (diff)
parent689f520e1dae40936490b47043559d182a817c89 (diff)
downloadterraform-provider-statuscake-303b299eeb6b06e939e35905e4b34cb410dd9dc3.tar.gz
terraform-provider-statuscake-303b299eeb6b06e939e35905e4b34cb410dd9dc3.tar.zst
terraform-provider-statuscake-303b299eeb6b06e939e35905e4b34cb410dd9dc3.zip
Merge pull request #23 from terraform-providers/go1.11-upgrade-2019-01-07
[AUTOMATED] Upgrade to Go 1.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ffed474..ccdb57d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Requirements
11------------ 11------------
12 12
13- [Terraform](https://www.terraform.io/downloads.html) 0.10.x 13- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
14- [Go](https://golang.org/doc/install) 1.8 (to build the provider plugin) 14- [Go](https://golang.org/doc/install) 1.11 (to build the provider plugin)
15 15
16Building The Provider 16Building The Provider
17--------------------- 17---------------------
@@ -37,7 +37,7 @@ Using the provider
37Developing the Provider 37Developing the Provider
38--------------------------- 38---------------------------
39 39
40If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.8+ 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`. 40If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.11+ 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`.
41 41
42To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory. 42To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
43 43