Skip to content

Commit d21796b

Browse files
authored
update go version to 1.24 (#320)
1 parent 3814392 commit d21796b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Once you've written your provider, you'll want to [publish it on the Terraform R
1717
## Requirements
1818

1919
- [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
20-
- [Go](https://golang.org/doc/install) >= 1.23
20+
- [Go](https://golang.org/doc/install) >= 1.24
2121

2222
## Building The Provider
2323

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-provider-scaffolding-framework
22

3-
go 1.23.7
3+
go 1.24.0
44

55
require (
66
github.com/hashicorp/terraform-plugin-framework v1.15.1

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 (
66
github.com/hashicorp/copywrite v0.22.0

0 commit comments

Comments
 (0)