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
Support matching release candidate toolchain versions
Release candidate versions are of the format `X.YrcZ`.
(ex: golang/go@30b6fd6)
Unfortunately, this format doesn't get matched properly in `go_toolchain.bzl`
so it's not possible to use rc versions without patching `VERSION`,
or you'll run into the error, for e.g., with the added test case:
```
no matching toolchains found for types @io_bazel_rules_go//go:toolchain
```
This PR adds a way to match `rc` versions for the toolchain.
0 commit comments