From ec8bd86016ab971f0a5dc7088ba0d604c0594cd8 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 8 Oct 2025 16:17:06 -0700 Subject: [PATCH] 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 --- .go-version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index ad2191947f..61b813d5e6 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.0 +1.25.2 diff --git a/go.mod b/go.mod index cb035e8b7f..0f444b2216 100644 --- a/go.mod +++ b/go.mod @@ -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