mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +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>
This commit is contained in:
parent
11dff731b7
commit
e64508c308
@ -87,7 +87,7 @@ if command -v go; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
goarch=$("${repo_root_dir}/tests/kata-arch.sh" --golang)
|
goarch=$(arch_to_golang)
|
||||||
|
|
||||||
info "Download go version ${go_version}"
|
info "Download go version ${go_version}"
|
||||||
kernel_name=$(uname -s)
|
kernel_name=$(uname -s)
|
||||||
|
Loading…
Reference in New Issue
Block a user