Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to reflect that Go 1.18 is needed for development. #1847

Merged
merged 3 commits into from Aug 20, 2022

Conversation

MrJoy
Copy link
Contributor

@MrJoy MrJoy commented Aug 19, 2022

Ran into this when using 1.17.15 and running make test:

# github.com/hashicorp/terraform-plugin-go/internal/logging
../../go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol.go:31:62: undefined: any
../../go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:139:71: undefined: any
note: module requires Go 1.18

Ran into this when using 1.17.15 and running `make test`:

```
# github.com/hashicorp/terraform-plugin-go/internal/logging
../../go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol.go:31:62: undefined: any
../../go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.0/internal/logging/protocol_data.go:139:71: undefined: any
note: module requires Go 1.18
```
@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2022

changelog detected ✅

.changelog/1847.txt Outdated Show resolved Hide resolved
@jacobbednarz jacobbednarz merged commit 2666b17 into cloudflare:master Aug 20, 2022
@github-actions github-actions bot added this to the v3.22.0 milestone Aug 20, 2022
github-actions bot pushed a commit that referenced this pull request Aug 20, 2022
@MrJoy MrJoy deleted the fix/development-docs branch August 20, 2022 20:52
@github-actions
Copy link
Contributor

This functionality has been released in v3.22.0 of the Terraform Cloudflare Provider.

Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants