Skip to content

Commit

Permalink
all: Bump minimum Go module version to 1.22 (#400)
Browse files Browse the repository at this point in the history
* all: Bump minimum Go module version to 1.22

* add changelog
  • Loading branch information
austinvalle authored Sep 9, 2024
1 parent a58ba89 commit bb757d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/NOTES-20240909-102809.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: NOTES
body: 'all: This Go module has been updated to Go 1.22 per the [Go support policy](https://go.dev/doc/devel/release#policy).
It is recommended to review the [Go 1.22 release notes](https://go.dev/doc/go1.22)
before upgrading. Any consumers building on earlier Go versions may experience errors.'
time: 2024-09-09T10:28:09.020608-04:00
custom:
Issue: "400"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.21
go 1.22.7

require github.com/hashicorp/copywrite v0.19.0

Expand Down

0 comments on commit bb757d2

Please sign in to comment.