Skip to content

Commit 0e69c5c

Browse files
committed
bump go version to 1.24.0
1 parent 7aabf59 commit 0e69c5c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

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