Skip to content

Commit bb757d2

Browse files
authored
all: Bump minimum Go module version to 1.22 (#400)
* all: Bump minimum Go module version to 1.22 * add changelog
1 parent a58ba89 commit bb757d2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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.21
3+
go 1.22.7
44

55
require (
66
github.com/Kunde21/markdownfmt/v3 v3.1.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.21
3+
go 1.22.7
44

55
require github.com/hashicorp/copywrite v0.19.0
66

0 commit comments

Comments
 (0)