Skip to content

Commit

Permalink
update abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Nov 19, 2024
1 parent 6bf792d commit 7517c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
- name: Setup go
uses: actions/checkout@v4
with:
go-version: "~1.22.0" # 1.23.0 has a known abigen build issue: https://github.com/sei-protocol/sei-chain/issues/1902
go-version: "^1.21.0"

- name: Install Go tools
run: >
go install github.com/magefile/[email protected] &&
go install github.com/ferranbt/fastssz/[email protected] &&
go install github.com/ethereum/go-ethereum/cmd/abigen@v1.13.15
go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.8
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 7517c41

Please sign in to comment.