ci: cri-containerd: Remove source from install_go.sh

If the correct version of go is already installed then
install_go.sh runs `exit`. When calling this as source from
cri-containerd/gha-run.sh it means all dependencies after
are skipped, so remove this.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-03-31 10:15:39 +01:00
parent c37840ce80
commit 1c9d7ce0eb

View File

@@ -38,7 +38,7 @@ function install_dependencies() {
sudo apt-get -y install "${system_deps[@]}"
ensure_yq
. "${repo_root_dir}/tests/install_go.sh" -p -f
"${repo_root_dir}/tests/install_go.sh" -p -f
# Dependency list of projects that we can install them
# directly from their releases on GitHub: