Skip to content

Commit

Permalink
pin ci abigen version
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim committed Mar 7, 2025
1 parent 1a23064 commit 0cc5398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
go-version: '1.21.13'

- name: Install abi gen
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest
run: go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.8

- name: Bindings diff check
run: make compile-contracts && git diff --exit-code

0 comments on commit 0cc5398

Please sign in to comment.