Skip to content

Commit

Permalink
🐛 Fix EOF-bug for Golang installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent bcad937 commit 4b386d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/tools/linux/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ elif [[ "$arch" == "aarch64" || "$arch" == "arm64" ]]; then
else
echo "Unsupported architecture: $arch"
exit 1
fi

wget https://golang.org/dl/$tarball
mkdir $HOME/go_installed/
Expand Down

0 comments on commit 4b386d3

Please sign in to comment.