mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00: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:
parent
c18c412db7
commit
d3a04b7b8f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user