Skip to content

Commit

Permalink
Fix relayer build GA task (#1333)
Browse files Browse the repository at this point in the history
* test go version downgrade

* touch

* update abigen

* revert testing changes
  • Loading branch information
claravanstaden authored Nov 19, 2024
1 parent 6ef492c commit 0235d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
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 0235d6c

Please sign in to comment.