Skip to content

Commit ba7c59e

Browse files
authored
[Chore] Upgrade Go version to 1.25 (#334)
* update Go version to 1.25 * add changelog entry
1 parent e6392f2 commit ba7c59e

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: This Go module has been updated to Go 1.25 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors.
3+
time: 2026-03-13T10:11:38.631957-04:00
4+
custom:
5+
Issue: "334"

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
go-version: [ '1.25', '1.24' ]
31+
go-version: [ '1.25', '1.26' ]
3232
steps:
3333
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This Go module is typically kept up to date with the latest `terraform-plugin-fr
1818

1919
This Go module follows `terraform-plugin-framework` Go compatibility.
2020

21-
Currently that means Go **1.24** must be used when developing and testing code.
21+
Currently that means Go **1.25** must be used when developing and testing code.
2222

2323
## Contributing
2424

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform-plugin-framework-validators
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/google/go-cmp v0.7.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/hashicorp/copywrite v0.25.1
66

0 commit comments

Comments
 (0)