From 8f76f61ceda0376f31563afc5bf1f13af1458623 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Mon, 30 Sep 2024 15:07:29 -0400 Subject: [PATCH] ci: install chisel v0.10.0 --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2560f21d..ee5c820f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -88,7 +88,7 @@ jobs: # Build Chisel: needs a version of go than is available in Ubuntu 20.04 sudo snap install --classic --channel=1.20/stable go git clone https://github.com/canonical/chisel.git chisel-tmp - cd chisel-tmp && git checkout f0bff5a30dfdcb400b # known "good" commit until Chisel has versions + cd chisel-tmp && git checkout v0.10.0 go mod download sudo go build -o /usr/bin ./... chisel --help