gvm
gvm copied to clipboard
Go Version Manager (gvm) enables seamless installing and swapping between Go versions with a single command. This tool manages a Go environment for the user by allowing a user to specify which Go vers...
## 🐞 Describe the bug Incorrect version of Go pulled for arch, see screenshot below 
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.15.5 to 0.15.6. Release notes Sourced from pascalgn/automerge-action's releases. Release 0.15.6 Add MERGE_READY_STATE option (#208) Update dependencies Commits 22948e0 Release 0.15.6 a114cd9 Update dependencies cad5ab5 Remove unused...
Pull docs update from PR for the windows changes. Be sure to include the `must install gitbash with symlinks` and `source ~/.bashrc` and how to create the ~/.bashrc file for...
**Is your feature request related to a problem? Please describe.** Support for Github on Windows **Describe the solution you'd like** GVM support for GitHub on Windows OS. I've attached an...
Determine if this runs properly on WSL 2 running ubuntu. Correct issues if it doesn't and update documentation to list as supported.
`mkdir $HOME/bin && echo "export PATH=$HOME/bin:$PATH" >> ~/.bashrc && source ~/.bashrc` Or similar to setup environment so that a user doesn't have to setup their own path.