Skip to content

Commit 8b61761

Browse files
authored
bump go version to 1.24.0 (#201)
* bump go version to 1.24.0 * add changelog
1 parent 7aabf59 commit 8b61761

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

.changes/unreleased/NOTES-20250317-094931.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: NOTES
2+
body: 'all: This Go module has been updated to Go 1.24 per the [Go support policy](https://go.dev/doc/devel/release#policy).
3+
It is recommended to review the [Go 1.24 release notes](https://go.dev/doc/go1.24)
4+
before upgrading. Any consumers building on earlier Go versions may experience errors.'
5+
time: 2025-09-17T15:58:10.843676+02:00
6+
custom:
7+
Issue: "201"

.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
@@ -12,7 +12,7 @@ This Go module is typically kept up to date with the latest `terraform-plugin-fr
1212

1313
This Go module follows `terraform-plugin-framework` Go compatibility.
1414

15-
Currently, that means Go **1.23** must be used when developing and testing code.
15+
Currently, that means Go **1.24** must be used when developing and testing code.
1616

1717
## Usage
1818

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-timeouts
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)