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

Test with Go 1.18 and fix GetSemverInfo() #436

Merged
merged 2 commits into from Mar 30, 2022

Commits on Mar 28, 2022

  1. Test with Go 1.18

    emmanuel099 committed Mar 28, 2022
    Copy the full SHA
    e0e183b View commit details
    Browse the repository at this point in the history
  2. Fix config.GetSemverInfo() for Go 1.18

    In Go 1.18 debug.ReadBuildInfo() may successfully return a build
    info where the main version is empty. Return the default SemVer
    in this case.
    emmanuel099 committed Mar 28, 2022
    Copy the full SHA
    fa0080c View commit details
    Browse the repository at this point in the history