Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ concurrency:
env:
GO_VERSION: "1.22" # https://go.dev/dl/
STRINGER_VERSION: "0.26.0" # https://pkg.go.dev/golang.org/x/tools/cmd/stringer?tab=versions
# Go bindings.
GO_ETHEREUM_VERSION: "1.14.11+build30352+jammy" # https://github.com/ethereum/go-ethereum/releases and https://launchpad.net/~ethereum/+archive/ubuntu/ethereum
# Protoc dependencies.
PROTOC_VERSION: "28.2" # https://github.com/protocolbuffers/protobuf/releases
PROTOC_GEN_GO_VERSION: "1.35.1" # https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions
Expand Down Expand Up @@ -66,7 +68,7 @@ jobs:
run: |
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
sudo apt-get install ethereum=${{ env.GO_ETHEREUM_VERSION }}
abigen --version
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
Loading