Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic in etcd validate secure endpoints etcd-io#13810
`ValidateSecureEndpoints()` should call `t.DialContext()` instead of `t.Dial()`, because `t.Dial` is `nil`
- Loading branch information