Trying to install it on my mac.
First of all, the readme is wrong, the make build only generate the binary in . and the $GOENV_ROOT/bin added to the PATH does not help, you cannot use goenv. The make build need to create a bin directory and copy the binary there.
Once goenv has been built, if you set GOENV_AUTO_INSTALL=1 and GOENV_GOMOD_VERSION_ENABLE=1 and do ./goenv, infinite loop:
Auto-installing Go 1.23.2 (from go.mod)...
Auto-installing Go 1.23.2 (from go.mod)...
Auto-installing Go 1.23.2 (from go.mod)...
Auto-installing Go 1.23.2 (from go.mod)...
Auto-installing Go 1.23.2 (from go.mod)...
Auto-installing Go 1.23.2 (from go.mod)...
Auto-installing Go 1.23.2 (from go.mod)...
Trying to install it on my mac.
First of all, the readme is wrong, the
make buildonly generate the binary in.and the$GOENV_ROOT/binadded to the PATH does not help, you cannot usegoenv. Themake buildneed to create abindirectory and copy the binary there.Once
goenvhas been built, if you set GOENV_AUTO_INSTALL=1 and GOENV_GOMOD_VERSION_ENABLE=1 and do./goenv, infinite loop: