googleapis/go-genproto

go build should run all versions, not just latest

codyoss opened this issue · 4 comments

We had breakages after #982, this should not happen. I have a feeling we are only building when we vet, I think we should do it always.

Similarly we had more breakages after another renovate PR. CI did not catch a tidy failure and build issues.

Related: #993 and #988

trying to fix in cl/519795457. It appears our internal dashs show the failures but what is being reported back to github is incorrect.

🎉

Resolved with linked CL