Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move from Go 1.22.4 to 1.22.5 #35494

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.4
1.22.5
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

go 1.22.4
go 1.22.5

require (
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/azure/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/azure

go 1.22.4
go 1.22.5

require (
github.com/Azure/azure-sdk-for-go v59.2.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/consul/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/consul

go 1.22.4
go 1.22.5

require (
github.com/hashicorp/consul/api v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/cos/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/cos

go 1.22.4
go 1.22.5

require (
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/gcs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/gcs

go 1.22.4
go 1.22.5

require (
cloud.google.com/go/kms v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/kubernetes/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes

go 1.22.4
go 1.22.5

require (
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/oss/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/oss

go 1.22.4
go 1.22.5

require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/pg/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/pg

go 1.22.4
go 1.22.5

require (
github.com/hashicorp/go-uuid v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/remote-state/s3/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/terraform/internal/backend/remote-state/s3

go 1.22.4
go 1.22.5

require (
github.com/aws/aws-sdk-go-v2 v1.25.3
Expand Down
2 changes: 1 addition & 1 deletion internal/legacy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hashicorp/terraform/internal/legacy

replace github.com/hashicorp/terraform => ../..

go 1.22.4
go 1.22.5

require (
github.com/davecgh/go-spew v1.1.1
Expand Down
Loading