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
The 1.32.3 release of the go-control-plane/envoy package references a non-existent v0.13.4 version of the go-control-plane package, causing errors during go get -u ./....
Steps to reproduce:
Run go get -u ./... in a module that indirectly depends on go-control-plane/envoy.
Observe the error:
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.3
go: downloading github.com/envoyproxy/go-control-plane v0.13.4
go: upgraded github.com/envoyproxy/go-control-plane v0.13.1 => v0.13.4: error finding sum for github.com/envoyproxy/[email protected]: reading github.com/envoyproxy/go-control-plane/go.mod at revision v0.13.4: unknown revision v0.13.4
The erroneous version is still available at pkg.go.dev.
This issue needs to be addressed to avoid breaking builds.
The text was updated successfully, but these errors were encountered:
Hey, I managed to release the version (confusion on access led to a partially delivered revision).
From quick testing I do not see issues anymore when running go get -u from a repo importing cloud.google.com/go/storage, which makes me believe this issue (and #1074) have been addressed, but it's also hard to know if actually the case in user setup.
Can you confirm if this issue is addressed from your point-of-view and import chain?
Sorry for the confusion and impact
PS: on the comment on issues on split. There is no clean way to split sadly as far as I can understand (as the recommended way requires publishing a release that won't compile - as can't be reflected in go.sum, and therefore cannot be cleanly merged). Hopefully those issues can lead to further improvements of the process
The 1.32.3 release of the
go-control-plane/envoy
package references a non-existentv0.13.4
version of thego-control-plane
package, causing errors duringgo get -u ./...
.Steps to reproduce:
go get -u ./...
in a module that indirectly depends ongo-control-plane/envoy
.The erroneous version is still available at pkg.go.dev.
This issue needs to be addressed to avoid breaking builds.
The text was updated successfully, but these errors were encountered: