mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
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:
@@ -1 +1 @@
|
|||||||
1.25.3
|
1.25.5
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
|||||||
module github.com/opentofu/opentofu
|
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,
|
// 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.
|
// was having a good amount of issues linked to, affecting AWS Firewall, GCP various services and a lot more.
|
||||||
|
|||||||
Reference in New Issue
Block a user