File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ kind : NOTES
2
+ body : This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy).
3
+ Any consumers building on earlier Go versions may experience errors.
4
+ time : 2023-03-03T09:38:36.179756Z
5
+ custom :
6
+ Issue : " 117"
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.19 ', '1.18 ' ]
31
+ go-version : [ '1.20 ', '1.19 ' ]
32
32
steps :
33
33
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
34
34
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This Go module is typically kept up to date with the latest `terraform-plugin-fr
14
14
15
15
This Go module follows ` terraform-plugin-framework ` Go compatibility.
16
16
17
- Currently that means Go ** 1.18 ** must be used when developing and testing code.
17
+ Currently that means Go ** 1.19 ** must be used when developing and testing code.
18
18
19
19
## Contributing
20
20
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.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.5.9
You can’t perform that action at this time.
0 commit comments