Skip to content

Commit 0fb145d

Browse files
authored
Bump Go version to 1.24.2 (#36870)
1 parent ea767aa commit 0fb145d

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.1
1+
1.24.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform
22

3-
go 1.24.1
3+
go 1.24.2
44

55
godebug winsymlink=0
66

internal/backend/remote-state/azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/azure
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/hashicorp/go-azure-helpers v0.72.0

internal/backend/remote-state/consul/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/consul
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/hashicorp/consul/api v1.13.0

internal/backend/remote-state/cos/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/cos
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000

internal/backend/remote-state/gcs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/gcs
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
cloud.google.com/go/kms v1.15.5

internal/backend/remote-state/kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/kubernetes
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/hashicorp/terraform v0.0.0-00010101000000-000000000000

internal/backend/remote-state/oss/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/oss
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1501

internal/backend/remote-state/pg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/pg
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/hashicorp/go-uuid v1.0.3

internal/backend/remote-state/s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform/internal/backend/remote-state/s3
22

3-
go 1.24.1
3+
go 1.24.2
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.0

internal/legacy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/hashicorp/terraform/internal/legacy
22

33
replace github.com/hashicorp/terraform => ../..
44

5-
go 1.24.1
5+
go 1.24.2
66

77
require (
88
github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)