go.mod: Use Go 1.25.2

The 1.25.1 and 1.25.2 patch releases both include various security updates
that don't appear to directly affect OpenTofu, but nonetheless we'll
upgrade in preparation for our forthcoming v1.11.0 release so that these
advisories won't cause false-positives for imprecise security scanners
throughout our v1.11 series.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
Martin Atkins
2025-10-08 16:17:06 -07:00
parent c57231ed1b
commit ec8bd86016
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.25.0
1.25.2

2
go.mod
View File

@@ -282,6 +282,6 @@ require (
sigs.k8s.io/yaml v1.2.0 // indirect
)
go 1.25.0
go 1.25.2
replace github.com/hashicorp/hcl/v2 v2.20.1 => github.com/opentofu/hcl/v2 v2.20.2-0.20250121132637-504036cd70e7