Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a bug in the `goup` Go version manager where attempting to install a release candidate version (e.g., `1.25rc1`) results in a parsing error due to the 'rc' suffix not being handled correctly by the version parsing logic. The solution involves modifying the version parsing code to correctly handle release candidate versions.
an elegant Go version manager write in rust
AI Summary: The task is to debug and fix a bug in the `goup-rs` Go version manager where some Go versions are missing their SHA256 checksum files, causing installation failures. The solution might involve adding a flag to skip SHA256 verification or improving the download and checksum verification process to ensure all necessary files are present.
an elegant Go version manager write in rust
AI Summary: Debug and fix a bug in the `goup` Go version manager where installing a specific Go version (e.g., 1.2.2) incorrectly installs a different version (1.24.4). The issue needs investigation to understand why the wrong version is selected and then a fix to ensure the correct version is installed.
an elegant Go version manager write in rust