Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GH-54] Fix golang releases without patch not being installed
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`.
- Loading branch information