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
NOTE: Switched to go1.17 due to goreleaser 1.10.0 no longer preventing an
attempt to build for windows arm64, and thus causing an error cutting a new
release. Decided to bump go version support rather than pin to 1.9.2.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Requirements
9
9
------------
10
10
11
11
-[Terraform](https://www.terraform.io/downloads.html) 0.12.x or higher
12
-
-[Go](https://golang.org/doc/install) 1.16 (to build the provider plugin)
12
+
-[Go](https://golang.org/doc/install) 1.17 (to build the provider plugin)
13
13
14
14
> NOTE: the last version of the Fastly provider to support Terraform 0.11.x and below was [v0.26.0](https://github.com/fastly/terraform-provider-fastly/releases/tag/v0.26.0)
15
15
@@ -31,7 +31,7 @@ $ make build
31
31
32
32
## Developing the Provider
33
33
34
-
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*).
34
+
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.17+ is *required*).
35
35
36
36
To compile the provider, run `make build`. This will build the provider and put the provider binary in a local `bin` directory.
0 commit comments