Skip to content

Commit c414839

Browse files
pieternandrewnester
andcommitted
Bump Go toolchain to 1.25.9 (#5004)
## Summary Bumps the Go toolchain from 1.25.7 to 1.25.9 across all three `go.mod` files. Notable upstream fixes ([release notes](https://go.dev/doc/devel/release#go1.25.minor)): - `crypto/tls` and `crypto/x509` security fixes - `html/template` security fixes - `archive/tar` security fix - `os` package security fixes - Compiler and runtime bug fixes This pull request and its description were written by Isaac. --------- Co-authored-by: Andrew Nester <andrew.nester.dev@gmail.com>
1 parent a33efee commit c414839

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

NEXT_CHANGELOG.md

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

1111
### Dependency updates
1212

13+
* Bump `github.com/databricks/databricks-sdk-go` from v0.126.0 to v0.127.0 ([#4984](https://github.com/databricks/cli/pull/4984)).
14+
* Bump Go toolchain to 1.25.9 ([#5004](https://github.com/databricks/cli/pull/5004))
15+
1316
### 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.7
5+
toolchain go1.25.9
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.7
5+
toolchain go1.25.9
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.7
5+
toolchain go1.25.9
66

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

0 commit comments

Comments
 (0)