diff --git a/scripts/ci/lib.sh b/scripts/ci/lib.sh index 3ac1ae67abab3..2a99272209d92 100755 --- a/scripts/ci/lib.sh +++ b/scripts/ci/lib.sh @@ -1310,7 +1310,7 @@ __EOM__ "type": "section", "text": { "type": "plain_text", - "text": "Could not parse junit files. Check build logs for more information. + "text": "Could not parse junit files. Check build logs for more information." } } ] @@ -1469,7 +1469,7 @@ EOT } get_junit_parse_cli() { - go install github.com/stackrox/junit-parse + go install github.com/stackrox/junit-parse@latest } if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then