Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
feat: install recent go
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Apr 5, 2024
1 parent 5731166 commit f8a62f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/proverCiScripts/prepareProver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ source_dir=$2

mkdir -p $target_dir

# Install a recent go toolchain
wget https://go.dev/dl/go1.22.2.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.2.linux-amd64.tar.gz

0 comments on commit f8a62f9

Please sign in to comment.