mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
fix: upgrade go 1.24 (#23241)
This commit is contained in:
@@ -33,7 +33,8 @@ import (
|
||||
)
|
||||
|
||||
func (proxyendpoint *SProxyEndpoint) remoteCheckMake(ctx context.Context, userCred mcclient.TokenCredential) error {
|
||||
ctx, _ = context.WithTimeout(ctx, 7*time.Second)
|
||||
ctx, cancel := context.WithTimeout(ctx, 7*time.Second)
|
||||
defer cancel()
|
||||
conf := ssh_util.ClientConfig{
|
||||
Username: proxyendpoint.User,
|
||||
Host: proxyendpoint.Host,
|
||||
|
||||
Reference in New Issue
Block a user