Skip to content

Commit 679d35c

Browse files
authored
Updating to Go 1.19 (#230) (#231)
1 parent 44ca553 commit 679d35c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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-03T10:54:18.414865Z
5+
custom:
6+
Issue: "231"

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-plugin-docs
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/google/go-cmp v0.5.9

0 commit comments

Comments
 (0)