File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 strategy :
3030 matrix :
31- go-version : [ '1.24 ', '1.23 ' ]
31+ go-version : [ '1.25 ', '1.24 ' ]
3232 steps :
3333 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
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
1818
1919This Go module follows ` terraform-plugin-framework ` Go compatibility.
2020
21- Currently that means Go ** 1.23 ** must be used when developing and testing code.
21+ Currently that means Go ** 1.24 ** must be used when developing and testing code.
2222
2323## Contributing
2424
Original file line number Diff line number Diff line change 11module github.com/hashicorp/terraform-plugin-framework-validators
22
3- go 1.23.0
4-
5- toolchain go1.23.7
3+ go 1.24.0
64
75require (
86 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.23.7
3+ go 1.24.0
44
55require github.com/hashicorp/copywrite v0.22.0
66
You can’t perform that action at this time.
0 commit comments