@@ -122,7 +122,7 @@ var Builders = map[string]*BuildConfig{}
122
122
// GoBootstrap is the bootstrap Go version.
123
123
// Bootstrap Go builds with this name must be in the bucket,
124
124
// usually uploaded by 'genbootstrap -upload all'.
125
- const GoBootstrap = "go1.17.13 "
125
+ const GoBootstrap = "go1.20.6 "
126
126
127
127
// Hosts contains the names and configs of all the types of
128
128
// buildlets. They can be VMs, containers, or dedicated machines.
@@ -477,58 +477,49 @@ var Hosts = map[string]*HostConfig{
477
477
Notes : "NetBSD 9.3; GCE VM is built from script in build/env/netbsd-386" ,
478
478
machineType : "n2" , // force Intel; see go.dev/issue/49209
479
479
SSHUsername : "root" ,
480
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
481
480
},
482
481
"host-netbsd-amd64-9_3" : {
483
482
VMImage : "netbsd-amd64-9-3-202211120320v2" ,
484
483
Notes : "NetBSD 9.3; GCE VM is built from script in build/env/netbsd-amd64" ,
485
484
machineType : "n2" , // force Intel; see go.dev/issue/49209
486
485
SSHUsername : "root" ,
487
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
488
486
},
489
487
"host-netbsd-arm-bsiegert" : {
490
- IsReverse : true ,
491
- ExpectNum : 1 ,
492
- Owners : []* gophers.Person {gh ("bsiegert" )},
493
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
488
+ IsReverse : true ,
489
+ ExpectNum : 1 ,
490
+ Owners : []* gophers.Person {gh ("bsiegert" )},
494
491
},
495
492
"host-netbsd-arm64-bsiegert" : {
496
- IsReverse : true ,
497
- ExpectNum : 1 ,
498
- Owners : []* gophers.Person {gh ("bsiegert" )},
499
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
493
+ IsReverse : true ,
494
+ ExpectNum : 1 ,
495
+ Owners : []* gophers.Person {gh ("bsiegert" )},
500
496
},
501
497
"host-openbsd-386-72" : {
502
498
VMImage : "openbsd-386-72" ,
503
499
machineType : "n2" , // force Intel; see go.dev/issue/49209
504
500
Notes : "OpenBSD 7.2; GCE VM, built from build/env/openbsd-386" ,
505
501
SSHUsername : "gopher" ,
506
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
507
502
},
508
503
"host-openbsd-amd64-72" : {
509
504
VMImage : "openbsd-amd64-72" ,
510
505
machineType : "n2" , // force Intel; see go.dev/issue/49209
511
506
Notes : "OpenBSD 7.2; GCE VM, built from build/env/openbsd-amd64" ,
512
507
SSHUsername : "gopher" ,
513
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
514
508
},
515
509
"host-openbsd-arm-joelsing" : {
516
- IsReverse : true ,
517
- ExpectNum : 1 ,
518
- Owners : []* gophers.Person {gh ("4a6f656c" )},
519
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
510
+ IsReverse : true ,
511
+ ExpectNum : 1 ,
512
+ Owners : []* gophers.Person {gh ("4a6f656c" )},
520
513
},
521
514
"host-openbsd-arm64-joelsing" : {
522
- IsReverse : true ,
523
- ExpectNum : 1 ,
524
- Owners : []* gophers.Person {gh ("4a6f656c" )},
525
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
515
+ IsReverse : true ,
516
+ ExpectNum : 1 ,
517
+ Owners : []* gophers.Person {gh ("4a6f656c" )},
526
518
},
527
519
"host-openbsd-mips64-joelsing" : {
528
- IsReverse : true ,
529
- ExpectNum : 1 ,
530
- Owners : []* gophers.Person {gh ("4a6f656c" )},
531
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
520
+ IsReverse : true ,
521
+ ExpectNum : 1 ,
522
+ Owners : []* gophers.Person {gh ("4a6f656c" )},
532
523
},
533
524
"host-openbsd-ppc64-n2vi" : {
534
525
IsReverse : true ,
0 commit comments