Update dependencies

This commit is contained in:
世界 2024-04-06 23:03:24 +08:00
parent 5fea5956db
commit 07a40716e8
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 9 additions and 14 deletions

View file

@ -89,6 +89,8 @@ func (c *Client) connect() (*grpc.ClientConn, error) {
if conn != nil && conn.GetState() != connectivity.Shutdown {
return conn, nil
}
//nolint:staticcheck
//goland:noinspection GoDeprecation
conn, err := grpc.DialContext(c.ctx, c.serverAddr, c.dialOptions...)
if err != nil {
return nil, err