Skip to content

Commit

Permalink
all: Update Go Module to Go 1.20 (#260)
Browse files Browse the repository at this point in the history
* all: Update Go Module to Go 1.20

* Modifying changelog (#259)

* Removing changelog entry (#259)
  • Loading branch information
bendbennett authored Sep 11, 2023
1 parent 8693f59 commit 9499053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version it implements, and Terraform:
## Requirements

* [Terraform](https://www.terraform.io/downloads)
* [Go](https://go.dev/doc/install) (1.19)
* [Go](https://go.dev/doc/install) (1.20)
* [GNU Make](https://www.gnu.org/software/make/)
* [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) (optional)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-archive

go 1.19
go 1.20

require (
github.com/hashicorp/terraform-plugin-framework v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.19
go 1.20

require (
github.com/hashicorp/copywrite v0.16.4
Expand Down

0 comments on commit 9499053

Please sign in to comment.