diff --git a/.go-version b/.go-version index 5bb76b575e..b45fe31064 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.3 +1.25.5 diff --git a/go.mod b/go.mod index af8f003d73..f02bdc140f 100644 --- a/go.mod +++ b/go.mod @@ -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.