From 68ceed40e1ca7ccc4a80a26db51bd298b27851cb Mon Sep 17 00:00:00 2001 From: Jamie Finnigan Date: Wed, 12 Jun 2024 14:35:21 -0700 Subject: [PATCH] move from Go 1.22.1 to 1.22.4 (#35335) --- .go-version | 2 +- go.mod | 2 +- internal/backend/remote-state/azure/go.mod | 2 +- internal/backend/remote-state/consul/go.mod | 2 +- internal/backend/remote-state/cos/go.mod | 2 +- internal/backend/remote-state/gcs/go.mod | 2 +- internal/backend/remote-state/kubernetes/go.mod | 2 +- internal/backend/remote-state/oss/go.mod | 2 +- internal/backend/remote-state/pg/go.mod | 2 +- internal/backend/remote-state/s3/go.mod | 2 +- internal/legacy/go.mod | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.go-version b/.go-version index 6245beecd3..2a0ba77cc5 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.1 +1.22.4 diff --git a/go.mod b/go.mod index 027a6c7b44..7932e10824 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform -go 1.22.0 +go 1.22.4 require ( github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 diff --git a/internal/backend/remote-state/azure/go.mod b/internal/backend/remote-state/azure/go.mod index 13d4712091..c25f0bba2d 100644 --- a/internal/backend/remote-state/azure/go.mod +++ b/internal/backend/remote-state/azure/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/azure -go 1.22.0 +go 1.22.4 require ( github.com/Azure/azure-sdk-for-go v59.2.0+incompatible diff --git a/internal/backend/remote-state/consul/go.mod b/internal/backend/remote-state/consul/go.mod index 09adf890d2..205c6bf606 100644 --- a/internal/backend/remote-state/consul/go.mod +++ b/internal/backend/remote-state/consul/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/consul -go 1.22.0 +go 1.22.4 require ( github.com/hashicorp/consul/api v1.13.0 diff --git a/internal/backend/remote-state/cos/go.mod b/internal/backend/remote-state/cos/go.mod index d8325c16a9..2a4edae691 100644 --- a/internal/backend/remote-state/cos/go.mod +++ b/internal/backend/remote-state/cos/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/cos -go 1.22.0 +go 1.22.4 require ( github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000 diff --git a/internal/backend/remote-state/gcs/go.mod b/internal/backend/remote-state/gcs/go.mod index b71b82f0eb..9f396525d7 100644 --- a/internal/backend/remote-state/gcs/go.mod +++ b/internal/backend/remote-state/gcs/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/gcs -go 1.22.0 +go 1.22.4 require ( cloud.google.com/go/kms v1.15.0 diff --git a/internal/backend/remote-state/kubernetes/go.mod b/internal/backend/remote-state/kubernetes/go.mod index 1a454126b2..500b92ad7a 100644 --- a/internal/backend/remote-state/kubernetes/go.mod +++ b/internal/backend/remote-state/kubernetes/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes -go 1.22.0 +go 1.22.4 require ( github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000 diff --git a/internal/backend/remote-state/oss/go.mod b/internal/backend/remote-state/oss/go.mod index 1c8461ed60..49094045fb 100644 --- a/internal/backend/remote-state/oss/go.mod +++ b/internal/backend/remote-state/oss/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/oss -go 1.22.0 +go 1.22.4 require ( github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501 diff --git a/internal/backend/remote-state/pg/go.mod b/internal/backend/remote-state/pg/go.mod index d3349ee789..9dac90cfbd 100644 --- a/internal/backend/remote-state/pg/go.mod +++ b/internal/backend/remote-state/pg/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/pg -go 1.22.0 +go 1.22.4 require ( github.com/hashicorp/go-uuid v1.0.3 diff --git a/internal/backend/remote-state/s3/go.mod b/internal/backend/remote-state/s3/go.mod index 1b413feca5..2e792973e2 100644 --- a/internal/backend/remote-state/s3/go.mod +++ b/internal/backend/remote-state/s3/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/s3 -go 1.22.0 +go 1.22.4 require ( github.com/aws/aws-sdk-go-v2 v1.25.3 diff --git a/internal/legacy/go.mod b/internal/legacy/go.mod index a20cca02f6..42561d3079 100644 --- a/internal/legacy/go.mod +++ b/internal/legacy/go.mod @@ -2,7 +2,7 @@ module github.com/hashicorp/terraform/internal/legacy replace github.com/hashicorp/terraform => ../.. -go 1.22.0 +go 1.22.4 require ( github.com/davecgh/go-spew v1.1.1