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

[GH-54] Fix golang releases without patch version not being installed #75

Merged
merged 1 commit into from
Apr 14, 2019

Conversation

syndbg
Copy link
Member

@syndbg syndbg commented Apr 9, 2019

This workarounds two sides' choices.

First Golang does not release major versions,
e.g 1.11.0 with the patch version of 0.

Second goenv only adds installable definitions
with patch version as per semantic versioning by the book (arguably).

The solution here is when provided with a install definition such as 1.11
to add a patch version of 0 automatically and the result will be a search
for install definition 1.11.0.

@syndbg syndbg force-pushed the gh-34-fix-semantic-versioning branch 2 times, most recently from cc3bdfa to ce5320a Compare April 9, 2019 01:20
@syndbg syndbg changed the title [GH-54] Fix golang releases without patch not being installed [GH-54] Fix golang releases without patch version not being installed Apr 9, 2019
@syndbg syndbg force-pushed the gh-34-fix-semantic-versioning branch 2 times, most recently from fa2487d to 6d45b07 Compare April 14, 2019 13:27
This workarounds two sides' choices.

First Golang does not release major versions,
 e.g `1.11.0` with the patch version of `0`.

Second goenv only adds installable definitions
 with patch version as per semantic versioning by the book (arguably).

The solution here is when provided with a install definition such as `1.11`
 to add a patch version of `0` automatically and the result will be a search
 for install definition `1.11.0`.
@syndbg syndbg force-pushed the gh-34-fix-semantic-versioning branch from 6d45b07 to 6685afe Compare April 14, 2019 19:23
@syndbg syndbg merged commit cc5bf29 into master Apr 14, 2019
@syndbg syndbg deleted the gh-34-fix-semantic-versioning branch April 14, 2019 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant