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
So the checksum from the code in github does not match the checksum saved in sum.golang.org. The v0.10.0 tag of github.com/envoyproxy/go-control-plane might have been retagged after a minor edition. Depending upon such inconsistent tag version may result in some unexpected errors as well as build errors due to different proxy settings.
For example, when someone who does not use proxy.golang.org to download dependencies attempts to get github.com/envoyproxy/go-control-plane@v0.10.0, the following errors occur.
1. Bump the version of dependency github.com/envoyproxy/go-control-plane
I would recommend bumping the version of github.com/envoyproxy/go-control-plane to a new release to ensure dependency copy in proxy.golang.org and github in sync.
Background
Repo
github.com/grpc/test-infra
depends ongithub.com/envoyproxy/go-control-plane@v0.10.0
.https://github.com/grpc/test-infra/blob/master/go.mod#L7
However, comparing version
v0.10.0
ofgithub.com/envoyproxy/go-control-plane
from proxy.golang.org and github, there are inconsistencies.So the checksum from the code in github does not match the checksum saved in sum.golang.org. The
v0.10.0
tag ofgithub.com/envoyproxy/go-control-plane
might have been retagged after a minor edition. Depending upon such inconsistent tag version may result in some unexpected errors as well as build errors due to different proxy settings.For example, when someone who does not use proxy.golang.org to download dependencies attempts to get
github.com/envoyproxy/go-control-plane@v0.10.0
, the following errors occur.It is unwise to depend on such tag releases.
Solution
1. Bump the version of dependency
github.com/envoyproxy/go-control-plane
I would recommend bumping the version of
github.com/envoyproxy/go-control-plane
to a new release to ensure dependency copy in proxy.golang.org and github in sync.References
The text was updated successfully, but these errors were encountered: