From e64508c3089eab09cfa8907f822fd2acd0e0acb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 15 Sep 2023 14:01:37 +0200 Subject: [PATCH] tests: install_go: Remove tests repo dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can rely on the functions that are now part of the common.bash. Fixes: #7974 -- part 0 Signed-off-by: Fabiano FidĂȘncio --- tests/install_go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install_go.sh b/tests/install_go.sh index 3827bb7b3a..dadaf6ca04 100755 --- a/tests/install_go.sh +++ b/tests/install_go.sh @@ -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)