Commit ea0540e5 authored by Maurelian's avatar Maurelian Committed by GitHub

ci: Update slither version to 0.9.1 (#4583)

parent 0eec5099
---
'@eth-optimism/ci-builder': patch
---
Update the slither version to fix echidna tests
......@@ -51,7 +51,7 @@ RUN apt-get update && \
apt-get install -y nodejs && \
npm i -g yarn && \
npm i -g depcheck && \
pip install slither-analyzer==0.9.0 && \
pip install slither-analyzer==0.9.1 && \
go install gotest.tools/gotestsum@latest && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.48.0 && \
curl -fLSs https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment