Skip to content

Commit a35aa62

Browse files
dmitshurgopherbot
authored andcommitted
dashboard: update linux-riscv64 builder's bootstrap to Go 1.20.7
This is easy to do, and might either resolve the issue or eliminate the need to consider the Go 1.20.6 bootstrap as contributing to the problem. For golang/go#62104. Change-Id: I2c22c47bb6ef1d84036763492313d1f51fb63fb2 Reviewed-on: https://go-review.googlesource.com/c/build/+/520900 Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
1 parent e13be9c commit a35aa62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dashboard/builders.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,10 @@ var Hosts = map[string]*HostConfig{
460460
IsReverse: true,
461461
ExpectNum: 2,
462462
Owners: []*gophers.Person{gh("mengzhuo")},
463+
464+
// Use go1.20.7 (slightly newer than the default go1.20.6 on 2023-08-18)
465+
// for https://go.dev/issue/62104#issuecomment-1683207172.
466+
GoBootstrap: "go1.20.7",
463467
},
464468
"host-linux-s390x": {
465469
Notes: "run by IBM",

0 commit comments

Comments
 (0)