mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-13 19:34:30 +01:00
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>
(cherry picked from commit e64508c308)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user