Bump Go version to 1.24.2 (#36870)

This commit is contained in:
Daniel Banck 2025-04-10 11:28:07 +02:00 committed by GitHub
parent ea767aa7ad
commit 0fb145daa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 11 deletions

View file

@ -1 +1 @@
1.24.1
1.24.2

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/hashicorp/terraform
go 1.24.1
go 1.24.2
godebug winsymlink=0

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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