Skip to content

Commit 9c49289

Browse files
authored
all: Bump minimum Go module version to 1.22 (#604)
* all: Bump minimum Go module version to 1.22 * add changelog
1 parent 635ccbe commit 9c49289

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: NOTES
2+
body: 'all: This release introduces no functional changes. It does however include
3+
dependency updates which address upstream CVEs.'
4+
time: 2024-09-10T07:35:26.094054-04:00
5+
custom:
6+
Issue: "604"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The remainder of this document will focus on the development aspects of the prov
2626
## Requirements
2727

2828
* [Terraform](https://www.terraform.io/downloads) (>= 0.12)
29-
* [Go](https://go.dev/doc/install) (1.21)
29+
* [Go](https://go.dev/doc/install) (1.22)
3030
* [GNU Make](https://www.gnu.org/software/make/)
3131
* [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) (optional)
3232

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/terraform-providers/terraform-provider-random
22

3-
go 1.21
4-
5-
toolchain go1.21.3
3+
go 1.22.7
64

75
require (
86
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0

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 (
66
github.com/hashicorp/copywrite v0.19.0

0 commit comments

Comments
 (0)