Skip to content

Commit

Permalink
make sure current go version is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Sep 14, 2021
1 parent 5c2c765 commit 16941e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/jenkins/build_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ set -x -o pipefail
# Make sure gh is installed and configured
./hack/jenkins/installers/check_install_gh.sh

# Make sure golang is installed and configured
./hack/jenkins/installers/check_install_golang.sh "/usr/local"

# Make sure all required packages are installed
sudo apt-get update
sudo apt-get -y install build-essential unzip rsync bc python2 p7zip-full
Expand Down

0 comments on commit 16941e8

Please sign in to comment.