We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58ba89 commit bb757d2Copy full SHA for bb757d2
3 files changed
.changes/unreleased/NOTES-20240909-102809.yaml
@@ -0,0 +1,7 @@
1
+kind: NOTES
2
+body: 'all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy).
3
+ It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22)
4
+ before upgrading. Any consumers building on earlier Go versions may experience errors.'
5
+time: 2024-09-09T10:28:09.020608-04:00
6
+custom:
7
+ Issue: "400"
go.mod
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-plugin-docs
-go 1.21
+go 1.22.7
require (
github.com/Kunde21/markdownfmt/v3 v3.1.0
tools/go.mod
module tools
require github.com/hashicorp/copywrite v0.19.0
0 commit comments