Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make build fails to fetch updates for google.golang.org/genproto #42

Open
Cynerva opened this issue May 26, 2020 · 1 comment
Open

make build fails to fetch updates for google.golang.org/genproto #42

Cynerva opened this issue May 26, 2020 · 1 comment

Comments

@Cynerva
Copy link

Cynerva commented May 26, 2020

When I run make build, it fails trying to fetch updates for google.golang.org/genproto:

$ make build
...
[INFO] --> Fetching updates for google.golang.org/genproto
[ERROR] Update failed for google.golang.org/genproto: The Remote does not match the VCS endpoint
[ERROR] Failed to install: The Remote does not match the VCS endpoint
make: *** [Makefile:134: vendor] Error 1

This seems to be a recent change - we have had successful builds as recently as last week, but as of today they appear to be failing consistently. Any idea what's happening?

@caseydavenport
Copy link
Member

Looks like that package may have moved - there is a notice that redirects to https://pkg.go.dev/google.golang.org/genproto

Try swapping out that dependency with the new one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants