github.com/kata-containers/runtime@v0.0.0-20210505125100-04f29832a923/.ci/install_go.sh (about)

     1  #!/bin/bash
     2  #
     3  # Copyright (c) 2019 Intel Corporation
     4  #
     5  # SPDX-License-Identifier: Apache-2.0
     6  
     7  set -e
     8  
     9  cidir=$(dirname "$0")
    10  source "${cidir}/lib.sh"
    11  
    12  clone_tests_repo
    13  
    14  pushd "${tests_repo_dir}"
    15  .ci/install_go.sh -p -f
    16  popd