diff --git a/images/capi/scripts/ci-goss-populate.sh b/images/capi/scripts/ci-goss-populate.sh index 9d84bb1d8e..5e4398569e 100755 --- a/images/capi/scripts/ci-goss-populate.sh +++ b/images/capi/scripts/ci-goss-populate.sh @@ -28,10 +28,12 @@ cd "${CAPI_ROOT}" || exit 1 source hack/utils.sh ensure_py3 -_version="v0.3.16" +_version="v0.4.9" _bin_url="https://github.com/aelsabbahy/goss/releases/download/${_version}/goss-linux-amd64" if ! command -v goss >/dev/null 2>&1; then + echo "HOSTORY: ${HOSTOS}" + env if [[ ${HOSTOS} == "linux" ]]; then curl -SsL "${_bin_url}" -o goss chmod +x goss