Skip to content

Commit

Permalink
CI: Update solc version
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp-Florens Lehwalder <philipp@perun.network>
  • Loading branch information
cryptphil committed Jul 15, 2022
1 parent 1102826 commit 260910f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
cd bindings
WD=/root
export SOLC="docker run --rm -v $(pwd):$WD -w $WD ethereum/solc:0.7.6-alpine"
export SOLC="docker run --rm -v $(pwd):$WD -w $WD ethereum/solc:0.8.0-alpine"
export ABIGEN="docker run --rm -v $(pwd):$WD -w $WD --entrypoint abigen ethereum/client-go:alltools-v1.10.18"
./generate.sh
sudo find -type f -name "*.go" -exec chmod a+r {} \;
Expand Down

0 comments on commit 260910f

Please sign in to comment.