소스 검색

all: Bump minimum Go module version to 1.22 (#244)

Austin Valle 7 달 전
부모
커밋
5df8ce911d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      go.mod

+ 1 - 1
README.md

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

+ 1 - 1
go.mod

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