We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ca553 commit 679d35cCopy full SHA for 679d35c
2 files changed
.changes/unreleased/NOTES-20230303-105418.yaml
@@ -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
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-plugin-docs
-go 1.18
+go 1.19
require (
github.com/google/go-cmp v0.5.9
0 commit comments