build: fix Go 1.19.0 bootstrapper issues on 386 PPA

This commit is contained in:
Péter Szilágyi
2023-02-20 12:36:46 +02:00
parent 4519054816
commit 41dee2623e
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -176,7 +176,6 @@ func UploadSFTP(identityFile, host, dir string, files []string) error {
time.Sleep(500 * time.Millisecond)
aborted = true
sftp.Process.Kill()
return
}
}
}()