File tree 5 files changed +12
-5
lines changed
5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ kind : NOTES
2
+ body : ' all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy).
3
+ It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22)
4
+ before upgrading. Any consumers building on earlier Go versions may experience errors.'
5
+ time : 2024-09-06T16:21:41.853159-04:00
6
+ custom :
7
+ Issue : " 229"
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
strategy :
30
30
matrix :
31
- go-version : [ '1.22 ', '1.21 ' ]
31
+ go-version : [ '1.23 ', '1.22 ' ]
32
32
steps :
33
33
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This Go module is typically kept up to date with the latest `terraform-plugin-fr
18
18
19
19
This Go module follows ` terraform-plugin-framework ` Go compatibility.
20
20
21
- Currently that means Go ** 1.21 ** must be used when developing and testing code.
21
+ Currently that means Go ** 1.22 ** must be used when developing and testing code.
22
22
23
23
## Contributing
24
24
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/terraform-plugin-framework-validators
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
- toolchain go1.21.6
5
+ toolchain go1.22.7
6
6
7
7
require (
8
8
github.com/google/go-cmp v0.6.0
Original file line number Diff line number Diff line change 1
1
module tools
2
2
3
- go 1.21
3
+ go 1.22.7
4
4
5
5
require github.com/hashicorp/copywrite v0.19.0
6
6
You can’t perform that action at this time.
0 commit comments