Update to Go 1.23.3 (#28920)

* Update to Go 1.23.3

 - Update to latest major version of Go 1.23.3 from 1.22.8.
 - Update github.com/sasha-s/go-deadlock to address deadlock timer
   issue we were seeing.
 - Fix one of our tests to only reset the member variable we change
   instead of the entire Opts parameter to avoid a data race during
   testing.

* Add workaround for MSSQL TLS certificate container issue
This commit is contained in:
Steven Clark
2024-11-15 13:32:09 -05:00
committed by GitHub
parent dc40b23d9a
commit c3d5c1b3ec
7 changed files with 69 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
module github.com/hashicorp/vault/sdk
go 1.22
go 1.23.0
require (
cloud.google.com/go/cloudsqlconn v1.4.3