Skip to content
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

goversion: parse new version format and simplify version representation #3470

Merged
merged 1 commit into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. goversion: parse new version format and simplify version representation

    Add parsing for the new version format with toolchain (X.Y.Z-something)
    and simplify internal representation of versions so that revision, beta
    version and rc version are all represented on a single field with rc
    and beta versions being negative numbers (this limits rc versions to a
    maximum of 1000 which will not be a problem in practice).
    aarzilli committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    251649c View commit details
    Browse the repository at this point in the history