Skip to content

Commit

Permalink
all: Bump minimum Go module version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Sep 6, 2024
1 parent 68cf956 commit af6e103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Once you've written your provider, you'll want to [publish it on the Terraform R
## Requirements

- [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0
- [Go](https://golang.org/doc/install) >= 1.21
- [Go](https://golang.org/doc/install) >= 1.22

## Building The Provider

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-scaffolding-framework

go 1.21
go 1.22.7

require (
github.com/hashicorp/terraform-plugin-docs v0.19.4
Expand Down

0 comments on commit af6e103

Please sign in to comment.