From 9e6b608eb9b40317ea738c1f3a78a9f7a90b3549 Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Mon, 6 Mar 2023 07:10:02 +0000 Subject: [PATCH] Updating to Go 1.19 (#129) (#130) --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0db38b1..7be3761 100644 --- a/README.md +++ b/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 diff --git a/go.mod b/go.mod index c419cc5..561742b 100644 --- a/go.mod +++ b/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