Skip to content

Commit 41dee26

Browse files
committed
build: fix Go 1.19.0 bootstrapper issues on 386 PPA
1 parent 4519054 commit 41dee26

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build/checksums.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ bce02f7232723cb727755ee11f168a700a00896a25d37f87c4b173bce55596b4 golangci-lint-
4343
cf6403f84707ce8c98664736772271bc8874f2e760c2fd0f00cf3e85963507e9 golangci-lint-1.51.1-windows-armv7.zip
4444

4545
# This is the builder on PPA that will build Go itself (inception-y), don't modify!
46-
9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9 go1.19.src.tar.gz
46+
d7f0013f82e6d7f862cc6cb5c8cdb48eef5f2e239b35baa97e2f1a7466043767 go1.19.6.src.tar.gz

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var (
147147
// to build the latest Go. Don't change it. If it ever becomes infufficient,
148148
// we need to switch over to a recursive builder to jumpt across supported
149149
// versions.
150-
gobootVersion = "1.19"
150+
gobootVersion = "1.19.6"
151151
)
152152

153153
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))

internal/build/util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ func UploadSFTP(identityFile, host, dir string, files []string) error {
176176
time.Sleep(500 * time.Millisecond)
177177
aborted = true
178178
sftp.Process.Kill()
179-
return
180179
}
181180
}
182181
}()

0 commit comments

Comments
 (0)