Skip to content

Commit 9499053

Browse files
authored
all: Update Go Module to Go 1.20 (#260)
* all: Update Go Module to Go 1.20 * Modifying changelog (#259) * Removing changelog entry (#259)
1 parent 8693f59 commit 9499053

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ version it implements, and Terraform:
3535
## Requirements
3636

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform-provider-archive
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/hashicorp/terraform-plugin-framework v1.4.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/hashicorp/copywrite v0.16.4

0 commit comments

Comments
 (0)