From 817ed318db488220d810b33267d7e78bb7deb3e4 Mon Sep 17 00:00:00 2001 From: Sarah French <15078782+SarahFrench@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:09:45 +0000 Subject: [PATCH] chore: Update go version from 1.25 to 1.25.7 (#38185) * chore: Update go version from 1.25 to 1.25.7 * chore: make syncdeps --- .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/oci/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 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.go-version b/.go-version index 5e2b950027..5759850c03 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25 +1.25.7 \ No newline at end of file diff --git a/go.mod b/go.mod index f3b1209a04..e8e73276cb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform -go 1.25 +go 1.25.7 godebug winsymlink=0 diff --git a/internal/backend/remote-state/azure/go.mod b/internal/backend/remote-state/azure/go.mod index 7108d1fa7a..df358a83e4 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.25 +go 1.25.7 require ( github.com/hashicorp/go-azure-helpers v0.72.0 diff --git a/internal/backend/remote-state/consul/go.mod b/internal/backend/remote-state/consul/go.mod index 9a508825a5..3df0632dd4 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.25 +go 1.25.7 require ( github.com/hashicorp/consul/api v1.32.1 diff --git a/internal/backend/remote-state/cos/go.mod b/internal/backend/remote-state/cos/go.mod index 72e9c0019f..423516b55a 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.25 +go 1.25.7 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 fcd5915e41..8681002abb 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.25 +go 1.25.7 require ( cloud.google.com/go/kms v1.15.5 diff --git a/internal/backend/remote-state/kubernetes/go.mod b/internal/backend/remote-state/kubernetes/go.mod index 65ab59b393..f3c92050ac 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.25 +go 1.25.7 require ( github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000 diff --git a/internal/backend/remote-state/oci/go.mod b/internal/backend/remote-state/oci/go.mod index d9eed09c91..fc51d97d0a 100644 --- a/internal/backend/remote-state/oci/go.mod +++ b/internal/backend/remote-state/oci/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform/internal/backend/remote-state/oci -go 1.25 +go 1.25.7 require ( github.com/google/go-cmp v0.7.0 diff --git a/internal/backend/remote-state/oss/go.mod b/internal/backend/remote-state/oss/go.mod index 1426dde861..81744f9b30 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.25 +go 1.25.7 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 8410083762..75b09b57dd 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.25 +go 1.25.7 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 86b29b02e6..89d9424b3c 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.25 +go 1.25.7 require ( github.com/aws/aws-sdk-go-v2 v1.41.0 diff --git a/internal/legacy/go.mod b/internal/legacy/go.mod index 678b8092c4..d795d37ed5 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.25 +go 1.25.7 require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc