go.mod: Upgrade to Go 1.25.5

We typically want our main branch to be on the latest Go release anyway,
but in this case we also intend to backport this to the v1.11 release to
patch GO-2025-4175, as discussed in opentofu/opentofu#3546.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
Martin Atkins
2025-12-08 10:56:29 -08:00
parent 0af2284f11
commit 3258c67319
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.25.3
1.25.5

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/opentofu/opentofu
go 1.25.3
go 1.25.5
// At the time of adding this configuration, the new Go feature introduced here https://github.com/golang/go/issues/67061,
// was having a good amount of issues linked to, affecting AWS Firewall, GCP various services and a lot more.