Skip to content

Commit

Permalink
bump go.mod to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed Jun 20, 2023
1 parent 79fd310 commit 332b849
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/providerlint/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-aws/ci/providerlint

go 1.19
go 1.20

require (
github.com/aws/aws-sdk-go v1.44.285
Expand Down
2 changes: 1 addition & 1 deletion .ci/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-aws/tools

go 1.19
go 1.20

require (
github.com/bflad/tfproviderdocs v0.11.0
Expand Down
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-provider-aws

go 1.19
go 1.20

require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
Expand Down
2 changes: 1 addition & 1 deletion skaff/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-aws/skaff

go 1.19
go 1.20

require (
github.com/hashicorp/terraform-provider-aws v1.60.1-0.20220322001452-8f7a597d0c24
Expand Down
2 changes: 1 addition & 1 deletion tools/tfsdk2fw/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform-provider-aws/tools/tfsdk2fw

go 1.19
go 1.20

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
Expand Down

0 comments on commit 332b849

Please sign in to comment.