Skip to content

Commit 520ab83

Browse files
github-actions[bot]github-merge-queue[bot]pietern
authored
Bump Go toolchain to go1.26.4 (#5420)
Bump Go toolchain from `go1.26.3` to `go1.26.4`. Release notes: https://go.dev/doc/devel/release#go1.26.4 --------- Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
1 parent 37deaed commit 520ab83

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
* Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively. Direct engine only ([#5413](https://github.com/databricks/cli/pull/5413)).
1515

1616
### Dependency updates
17+
18+
* Bump Go toolchain to 1.26.4 ([#5420](https://github.com/databricks/cli/pull/5420)).

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.26.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
github.com/hashicorp/go-version v1.9.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.26.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
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.26.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require github.com/stretchr/testify v1.11.1
88

tools/task/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/task
22

33
go 1.26.0
44

5-
toolchain go1.26.3
5+
toolchain go1.26.4
66

77
require (
88
cel.dev/expr v0.25.1 // indirect

0 commit comments

Comments
 (0)