cmd/api: run api check on all ports #53205
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
cmd/api runs only on a fixed set of ports. The list is strange, excluding some first-class ports (linux/arm64, darwin/arm64), but including several secondary ports. Any ports excluded from this list get no checking at all.
Inspired by a suggestion from @bcmills, I think we should adjust behavior:
GOOS
/GOARCH
(/CGO_ENABLED
).GOOS
/GOARCH
, to avoid duplicate work in builders.These changes should make all first-class and secondary ports covered by api checks, in each of their respective builders (pre-submit or post-submit depending on which ports are included in TryBots, as usual).
cc @golang/release
The text was updated successfully, but these errors were encountered: