You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/coordinator: use corresponding Go for x repo release branch with suffix
When a golang.org/x repo release branch is being tested, the intention
is to test it with the same Go version where it will be used, rather
than the latest Go version in development plus prior releases of Go.
The previous equality check was very strict and did not work for
golang.org/x release branches with a dash-separated suffix. We have
a need for such release branches occasionally and want them to work.
Fixesgolang/go#42127.
Change-Id: I934b540f83a2b8c616e3d3a5477fb3c471aa595b
Reviewed-on: https://go-review.googlesource.com/c/build/+/264203
Run-TryBot: Dmitri Shuralyov <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Trust: Dmitri Shuralyov <[email protected]>
Reviewed-by: Alexander Rakoczy <[email protected]>
0 commit comments