-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix g not activating selected version when system one is available
activate_version would check for the output of `go version` to be different from the selected one before proceeding. This would be a nice little performance boost in for such usecase, but relying on such check makes it prone to errors during g-install process. This was discovered while running tests in newer versions of Github Actions on which it had the latest version of go pre-installed.
- Loading branch information
1 parent
b652453
commit 592758a
Showing
2 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters