Skip to content

Commit fc9f150

Browse files
authored
Bump Go toolchain to 1.25.5 (#4109)
## Why This release includes security fixes for crypto/x509: - CVE-2025-61729: HostnameError.Error() could consume excessive resources due to unbounded string concatenation when processing certificates with many hostnames. - CVE-2025-61727: Excluded subdomain constraints did not restrict wildcard SANs in leaf certificates (e.g., excluding test.example.com did not prevent *.example.com).
1 parent eba6da6 commit fc9f150

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@
1010

1111
### Dependency updates
1212

13+
* Bump Go toolchain to 1.25.5.
14+
1315
### API Changes

bundle/internal/tf/codegen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/databricks/cli/bundle/internal/tf/codegen
22

33
go 1.25.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.5
66

77
require (
88
github.com/hashicorp/go-version v1.7.0

go.mod

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

33
go 1.25.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.5
66

77
require (
88
dario.cat/mergo v1.0.2 // BSD 3-Clause

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/databricks/cli/tools
22

33
go 1.25.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.5
66

77
require (
88
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect

0 commit comments

Comments
 (0)