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
This Go module has been updated to Go 1.17 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ Providers built on terraform-plugin-go will only be usable with Terraform
29
29
v0.12.0 and later. Developing providers for versions of Terraform below 0.12.0
30
30
is unsupported by the Terraform Plugin SDK team.
31
31
32
+
## Go Compatibility
33
+
34
+
This project follows the [support policy](https://golang.org/doc/devel/release.html#policy) of Go as its support policy. The two latest major releases of Go are supported by the project.
35
+
36
+
Currently, that means Go **1.17** or later must be used when including this project as a dependency.
37
+
32
38
## Getting Started
33
39
34
40
terraform-plugin-go is targeted towards experienced Terraform developers.
0 commit comments