Skip to content

Multimod shouldn't upgrade to package versions that don't exist #905

Open
@dmathieu

Description

@dmathieu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions