-
Notifications
You must be signed in to change notification settings - Fork 523
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
v0.13.2 broke dependency upgrades for cloud.google.com/go/storage #1074
Comments
valerian-roche
added a commit
that referenced
this issue
Dec 24, 2024
Loading
Loading status checks…
…ndency upgrade issues. Those changes are based on https://go.dev/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository Fixes #1074 Signed-off-by: Valerian Roche <valerian.roche@datadoghq.com>
valerian-roche
added a commit
that referenced
this issue
Dec 24, 2024
Loading
Loading status checks…
…ndency upgrade issues. Those changes are based on https://go.dev/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository Fixes #1074 Signed-off-by: Valerian Roche <valerian.roche@datadoghq.com>
felixfontein
added a commit
to felixfontein/sops
that referenced
this issue
Dec 25, 2024
Needed 'go mod edit --exclude=github.com/envoyproxy/go-control-plane@v0.13.2' to succeed. Ref: envoyproxy/go-control-plane#1074 Signed-off-by: Felix Fontein <felix@fontein.de>
felixfontein
added a commit
to felixfontein/sops
that referenced
this issue
Dec 25, 2024
Needed 'go mod edit --exclude=github.com/envoyproxy/go-control-plane@v0.13.2' to succeed. Ref: envoyproxy/go-control-plane#1074 Signed-off-by: Felix Fontein <felix@fontein.de>
This didn't solve the issue for me, as go would just select a lower version of go-control-plane (v0.13.1), which still has ambiguous import paths. I used the following to point go to the latest version of the main module, even if my go.mod doesn't require the module:
|
1 task
valerian-roche
added a commit
that referenced
this issue
Jan 3, 2025
…ndency upgrade issues. Those changes are based on https://go.dev/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository Fixes #1074 Signed-off-by: Valerian Roche <valerian.roche@datadoghq.com>
marensofier
pushed a commit
to marensofier/sops
that referenced
this issue
Mar 5, 2025
Needed 'go mod edit --exclude=github.com/envoyproxy/go-control-plane@v0.13.2' to succeed. Ref: envoyproxy/go-control-plane#1074 Signed-off-by: Felix Fontein <felix@fontein.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The change in #714 (released in v0.13.2) seems to have broken dependency upgrades for the google cloud Go packages (see googleapis/google-cloud-go#11283 (comment)).
workaround:
The text was updated successfully, but these errors were encountered: