tests: install_go: Remove tests repo dependency

We can rely on the functions that are now part of the common.bash.

Fixes: #7974 -- part 0

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-09-15 14:01:37 +02:00
parent 11dff731b7
commit e64508c308

View File

@ -87,7 +87,7 @@ if command -v go; then
fi
fi
goarch=$("${repo_root_dir}/tests/kata-arch.sh" --golang)
goarch=$(arch_to_golang)
info "Download go version ${go_version}"
kernel_name=$(uname -s)