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

View File

@ -43,4 +43,4 @@ bce02f7232723cb727755ee11f168a700a00896a25d37f87c4b173bce55596b4 golangci-lint-
cf6403f84707ce8c98664736772271bc8874f2e760c2fd0f00cf3e85963507e9 golangci-lint-1.51.1-windows-armv7.zip
# This is the builder on PPA that will build Go itself (inception-y), don't modify!
9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9 go1.19.src.tar.gz
d7f0013f82e6d7f862cc6cb5c8cdb48eef5f2e239b35baa97e2f1a7466043767 go1.19.6.src.tar.gz

View File

@ -147,7 +147,7 @@ var (
// to build the latest Go. Don't change it. If it ever becomes infufficient,
// we need to switch over to a recursive builder to jumpt across supported
// versions.
gobootVersion = "1.19"
gobootVersion = "1.19.6"
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))

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
}
}
}()