mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
Bump Go version to 1.24.2 (#36870)
This commit is contained in:
parent
ea767aa7ad
commit
0fb145daa8
11 changed files with 11 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
1.24.1
|
||||
1.24.2
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
godebug winsymlink=0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/azure
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/hashicorp/go-azure-helpers v0.72.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/consul
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/hashicorp/consul/api v1.13.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/cos
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/gcs
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
cloud.google.com/go/kms v1.15.5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/oss
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/pg
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/hashicorp/go-uuid v1.0.3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/hashicorp/terraform/internal/backend/remote-state/s3
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.36.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ module github.com/hashicorp/terraform/internal/legacy
|
|||
|
||||
replace github.com/hashicorp/terraform => ../..
|
||||
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue