You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Requirements
23
23
------------
24
24
25
25
-[Terraform](https://www.terraform.io/downloads.html) 0.12.x and above, we recommend using the latest stable release whenever possible.
26
-
-[Go](https://golang.org/doc/install) 1.17 (to build the provider plugin)
26
+
-[Go](https://golang.org/doc/install) 1.19 (to build the provider plugin)
27
27
28
28
Building The Provider
29
29
---------------------
@@ -45,7 +45,7 @@ $ make build
45
45
Developing the Provider
46
46
---------------------------
47
47
48
-
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.16+ 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`.
48
+
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.19+ 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`.
49
49
50
50
To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.
0 commit comments