remove debug lines
This commit is contained in:
@@ -8,10 +8,7 @@ if [[ "$STATIC_FLAG" == "no" && "$VULN_CHECK" == "no" ]]; then
|
||||
fi
|
||||
|
||||
toolchain=$(go mod edit -json go.mod | jq -r ".Toolchain // empty");
|
||||
echo "[DEBUG] $toolchain found in go.mod";
|
||||
|
||||
version=$(go env -json | jq -r ".GOVERSION // empty");
|
||||
echo "[DEBUG] $version found in go env";
|
||||
|
||||
if [[ -n "$toolchain" ]]; then
|
||||
echo "[DEBUG] overwriting version with toolchain";
|
||||
|
||||
Reference in New Issue
Block a user