Skip to content

Commit

Permalink
all: Bump minimum Go module version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Sep 6, 2024
1 parent f00d9f6 commit 4c2da2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The remainder of this document will focus on the development aspects of the prov
## Requirements

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

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/terraform-providers/terraform-provider-random

go 1.21

toolchain go1.21.3
go 1.22.7

require (
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
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 4c2da2a

Please sign in to comment.