Skip to content

Commit af35c54

Browse files
authored
update go version to 1.24.0 (#307)
* bump go version to 1.24.0 * add changelog
1 parent 8e55d8c commit af35c54

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: NOTES
2+
body: 'all: This Go module has been updated to Go 1.24 per the Go support policy. It is recommended to review the Go 1.24 release notes before upgrading. Any consumers building on earlier Go versions may experience errors.'
3+
time: 2025-10-07T16:37:41.559179+02:00
4+
custom:
5+
Issue: "307"

.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.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

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.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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module 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

75
require (
86
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.23.7
3+
go 1.24.0
44

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

0 commit comments

Comments
 (0)