Skip to content

Commit 817ed31

Browse files
authored
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
1 parent cbc30de commit 817ed31

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25
1+
1.25.7

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform
22

3-
go 1.25
3+
go 1.25.7
44

55
godebug winsymlink=0
66

internal/backend/remote-state/azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/azure
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/hashicorp/go-azure-helpers v0.72.0

internal/backend/remote-state/consul/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/consul
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/hashicorp/consul/api v1.32.1

internal/backend/remote-state/cos/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/cos
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000

internal/backend/remote-state/gcs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/gcs
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
cloud.google.com/go/kms v1.15.5

internal/backend/remote-state/kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000

internal/backend/remote-state/oci/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/oci
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/google/go-cmp v0.7.0

internal/backend/remote-state/oss/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/oss
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501

internal/backend/remote-state/pg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/pg
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/hashicorp/go-uuid v1.0.3

0 commit comments

Comments
 (0)