gvm icon indicating copy to clipboard operation
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...

Results 21 gvm issues
Sort by recently updated
recently updated
newest added

## 🐞 Describe the bug Incorrect version of Go pulled for arch, see screenshot below ![Screenshot 2023-08-23 at 10 43 54](https://github.com/devnw/gvm/assets/977134/c8f8e068-1175-4763-9050-0157a78bc270)

bug

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...

automerge

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.

documentation
testing

`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.

enhancement