Commit 5fd39e7a authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci-builder: bump slither to 0.9.3 (#6040)

This commit bumps slither to the latest release at 0.9.3
parent cd24e96b
...@@ -52,7 +52,7 @@ RUN apt-get update && \ ...@@ -52,7 +52,7 @@ RUN apt-get update && \
npm i -g npm@8.11.0 \ npm i -g npm@8.11.0 \
npm i -g yarn && \ npm i -g yarn && \
npm i -g depcheck && \ npm i -g depcheck && \
pip install slither-analyzer==0.9.1 && \ pip install slither-analyzer==0.9.3 && \
go install gotest.tools/gotestsum@latest && \ 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 -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 && \ 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