fix: go toolcache (#95)

This commit is contained in:
Nathan Ferch
2023-07-27 08:34:14 -04:00
committed by GitHub
parent 284416fdf8
commit 515832b73e
+3
View File
@@ -34,6 +34,9 @@ for V in $(jq -r '.toolcache[] | select(.name == "go") | .versions[]' "/imagegen
# ENVVAR="${V//\./_}"
# echo "${ENVVAR}=${GOPATH}" >>/etc/environment
# Create a complete file
touch "${GOPATH}.complete"
printf "\n\t🐋 Installed GO 🐋\t\n"
"$GOPATH/bin/go" version