Skip to content

Commit 5ab974e

Browse files
committed
fix(CI): pin go-ethereum version
1 parent 185f798 commit 5ab974e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/aggregator.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ COPY core ./core
99
COPY metrics ./metrics
1010
COPY contracts/bindings/ ./contracts/bindings
1111

12-
RUN go get github.com/ethereum/go-ethereum@latest
12+
RUN go get github.com/btcsuite/btcd/btcec/[email protected]
13+
RUN go get github.com/ethereum/[email protected]
1314
RUN go get github.com/gorilla/[email protected]
1415
RUN go build -o ./aligned-layer-aggregator aggregator/cmd/main.go
1516

docker/aligned_base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV PATH="/usr/local/go/bin:${PATH}"
2525

2626
# Install go deps
2727
RUN go install github.com/maoueh/[email protected]
28-
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@latest
28+
RUN go install github.com/ethereum/go-ethereum/cmd/abigen@v1.14.0
2929
RUN go install github.com/Layr-Labs/eigenlayer-cli/cmd/[email protected]
3030

3131
# Install rust

0 commit comments

Comments
 (0)