Skip to content

Commit

Permalink
back to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Sep 6, 2024
1 parent afd25e2 commit bd45013
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/NOTES-20240906-095258.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: NOTES
body: 'all: This Go module has been updated to Go 1.22.7 per the [Go support policy](https://go.dev/doc/devel/release#policy).
body: 'all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy).
It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22)
before upgrading. Any consumers building on earlier Go versions may experience errors'
time: 2024-09-06T09:52:58.814574-04:00
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Providers built with this framework are compatible with Terraform version v0.12

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.

Currently, that means Go **1.22.7** or later must be used when including this project as a dependency.
Currently, that means Go **1.22** or later must be used when including this project as a dependency.

## Contributing

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/hashicorp/terraform-plugin-framework

go 1.22.7
go 1.22.0

toolchain go1.22.7

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/migrating/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In addition to this migration guide, we recommend referring to the main [Framewo

Before you migrate your provider to the Framework, ensure it meets the following requirements:

- Go 1.22.7+
- Go 1.22+
- Built on the latest version of SDKv2
- The provider is for use with Terraform >= 0.12.0

Expand Down

0 comments on commit bd45013

Please sign in to comment.