googleapis / go-genproto

Generated code for Google Cloud client libraries.

Home Page:https://pkg.go.dev/google.golang.org/genproto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go build should run all versions, not just latest

codyoss opened this issue · 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