Skip to content

Add hacky fix for go get of out of band tools

Administrator requested to merge fix/go-pushd-asdf into main

Created by: pecigonzalo

If this is not copied into the temp directory, asdf-vm cannot detect the go version as there is no .tool-versions file present and fails with some confusing errors.

 ./enterprise/dev/start.sh
 go: downloading github.com/mcuadros/go-version
 v0.0.0-20190830083331-035f6764e8d2
 No version set for command go
 Consider adding one of the following versions in your config file at 
 golang 1.15
 failed to install prerequisite tools, aborting.

Merge request reports

Loading