CI: Fix golang install

pull/19273/head
Steven Powell 2024-07-16 11:54:10 -05:00 committed by Medya Ghazizadeh
parent 2226221d25
commit 883ac556ba
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -eux -o pipefail
# Get directory of script.
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
"${DIR}/../../installers/check_install_golang.sh" || true
"${DIR}/../../installers/check_install_golang.sh" "/usr/local" || true
DATA_CSV=$(mktemp)
DATA_LAST_90_CSV=$(mktemp)