The OpenBSD builder is using an unreleased development build of the `go` toolchain: ``` buildlet$ ./go1.4/bin/go version go version devel +f14067f3c1 Tue Oct 30 17:45:19 2018 +0000 openbsd/amd64 ``` That builder also runs as a TryBot. That means: 1. Failures of the builder stand in the way of active Go development (such as #30228). 3. Such failures are difficult to reproduce, and may be due to bugs fixed after Oct. 30. Now that Go 1.12 is released, we should make sure that all of the TryBot builders are using a released `go` toolchain for their `GOROOT_BOOTSTRAP`. CC @dmitshur @bradfitz
The OpenBSD builder is using an unreleased development build of the
gotoolchain:That builder also runs as a TryBot. That means:
Now that Go 1.12 is released, we should make sure that all of the TryBot builders are using a released
gotoolchain for theirGOROOT_BOOTSTRAP.CC @dmitshur @bradfitz