Skip to content

Commit

Permalink
CI: Fix golang install
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored and medyagh committed Jul 16, 2024
1 parent 2226221 commit 883ac55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 883ac55

Please sign in to comment.