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

This commit is contained in:
Benjamin Bennett 2023-03-06 07:10:02 +00:00 committed by GitHub
parent 59fb16c61a
commit 9e6b608eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

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