浏览代码

Updating to Go 1.19 (#129) (#130)

Benjamin Bennett 2 年之前
父节点
当前提交
9e6b608eb9
共有 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://www.terraform.io/downloads.html) >= 1.0
-- [Go](https://golang.org/doc/install) >= 1.18
+- [Go](https://golang.org/doc/install) >= 1.19
 
 ## Building The Provider
 

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/hashicorp/terraform-provider-scaffolding-framework
 
-go 1.18
+go 1.19
 
 require (
 	github.com/hashicorp/terraform-plugin-docs v0.14.1