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
This release of otel-go was done using multimod to upgrade the package versions.
One of the packages, sdk/log/logtest is in the excluded modules. So it doesn't have any releases.
Yet, multimod still upgraded it, which was unseen within the repository because of the replace statements.
See open-telemetry/opentelemetry-go#6800
Multimod shouldn't try to upgrade packages to versions that don't exist.
This issue is maybe due to the fact that sdk/log is a published package?