Update Go to 1.23.7 (#2461)

## Changes
Update Go to 1.23.7

From https://go.dev/doc/devel/release#go1.23.minor

> go1.23.5 (released 2025-01-16) includes security fixes to the
crypto/x509 and net/http packages, as well as bug fixes to the compiler,
the runtime, and the net package. See the [Go 1.23.5
milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.23.5+label%3ACherryPickApproved)
on our issue tracker for details.

> go1.23.6 (released 2025-02-04) includes security fixes to the
crypto/elliptic package, as well as bug fixes to the compiler and the go
command. See the [Go 1.23.6
milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.23.6+label%3ACherryPickApproved)
on our issue tracker for details.

> go1.23.7 (released 2025-03-04) includes security fixes to the net/http
package, as well as bug fixes to cgo, the compiler, and the reflect,
runtime, and syscall packages. See the [Go 1.23.7
milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.23.7+label%3ACherryPickApproved)
on our issue tracker for details.
This commit is contained in:
Andrew Nester 2025-03-10 15:40:11 +00:00 committed by GitHub
parent c19c8bbbf7
commit 8d7df68ac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/databricks/cli
go 1.23
toolchain go1.23.4
toolchain go1.23.7
require (
dario.cat/mergo v1.0.1 // BSD 3-Clause