Skip to content

Go: Fix invalid SemVer version by adding "v" to the front #12912

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

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented Apr 24, 2023

The SemVer library we are using requires all version strings to start with "v".

Because it was missing, that function always returned +1, so we were doing the wrong thing when the Go version installed was lower than 1.16.

Because it was missing, that function always returned +1,
so we were doing the wrong thing when the Go version
installed was lower than 1.16.
@owen-mc owen-mc requested a review from a team as a code owner April 24, 2023 13:33
@github-actions github-actions bot added the Go label Apr 24, 2023
@owen-mc owen-mc merged commit b47c8e8 into github:main Apr 24, 2023
@owen-mc owen-mc deleted the go/fix-invalid-semver-version branch April 24, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants