diff --git a/README.md b/README.md index df8af99..2e270fc 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ References: ## Requirements - [Terraform](https://www.terraform.io/downloads.html) >= 1.4.x -- [Go](https://golang.org/doc/install) >= 1.21 +- [Go](https://golang.org/doc/install) >= 1.22 ## Build The Provider diff --git a/go.mod b/go.mod index e1224e0..7a22a02 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module terraform-provider-maas -go 1.21 +go 1.22 require ( github.com/bflad/tfproviderlint v0.30.0