Sfoglia il codice sorgente

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

Benjamin Bennett 2 anni fa
parent
commit
9e6b608eb9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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