breaking tests apart
Some checks failed
tests / test-versioninput (push) Failing after 4s
tests / test-gomod (push) Successful in 17s

This commit is contained in:
2026-05-27 14:28:28 -04:00
parent 229b3116e4
commit b25fd78dd5
2 changed files with 10 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ if [[ -z $GO_INSTALL_VERSION ]]; then
fixVersion
fi
else
DL_VERSION_RAW="$GO_INSTALL_VERSION"
DL_VERSION_RAW=$GO_INSTALL_VERSION
fi