Skip to content

Commit cb531a1

Browse files
authored
Updating to Go 1.19 (#199) (#200)
1 parent 6936e73 commit cb531a1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: NOTES
2+
body: This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy).
3+
Any consumers building on earlier Go versions may experience errors.
4+
time: 2023-03-03T14:15:29.072874Z
5+
custom:
6+
Issue: "200"

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.18)
38+
* [Go](https://go.dev/doc/install) (1.19)
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.18
3+
go 1.19
44

55
require (
66
github.com/hashicorp/terraform-plugin-docs v0.14.1

0 commit comments

Comments
 (0)