From 250f81697bcc8e194b9f2b4245a7ffcdaaaf5daf Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Wed, 8 Nov 2023 21:11:12 +0200 Subject: [PATCH] ci: update proof-market-toolchain to 0.0.39 --- .github/workflows/main.yml | 2 +- README.md | 2 +- scripts/run.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 365be2f..8706b5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: env: ZKLLVM_VERSION: 0.1.0 - TOOLCHAIN_VERSION: 0.0.38 + TOOLCHAIN_VERSION: 0.0.39 jobs: test-zkllvm-workflow: diff --git a/README.md b/README.md index bf71afb..66749a2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ In the tutorial, we'll use the latest compatible versions of both images: ZKLLVM_VERSION=0.1.0 docker pull ghcr.io/nilfoundation/zkllvm-template:${ZKLLVM_VERSION} -TOOLCHAIN_VERSION=0.0.38 +TOOLCHAIN_VERSION=0.0.39 docker pull ghcr.io/nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION} ``` diff --git a/scripts/run.sh b/scripts/run.sh index c6949e7..d66939e 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -15,11 +15,11 @@ REPO_ROOT="$SCRIPT_DIR/.." # Set image versions in the environment before running this script: # export ZKLLVM_VERSION=0.0.58 -# export TOOLCHAIN_VERSION=0.0.38 +# export TOOLCHAIN_VERSION=0.0.39 # If unset, default values will be used: echo "using nilfoundation/zkllvm-template:${ZKLLVM_VERSION:=0.1.0}" -echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.38}" +echo "using nilfoundation/proof-market-toolchain:${TOOLCHAIN_VERSION:=0.0.39}" # podman is a safer option for using on CI machines if ! command -v podman; then