Upgrade go-ethereum dependency to v1.13.5

This commit is contained in:
Martin Boehm
2023-12-02 12:17:22 +01:00
parent 3d1a3ff550
commit f28a747baa
4 changed files with 606 additions and 82 deletions

View File

@@ -11,7 +11,7 @@ RUN apt-get update && \
libzstd-dev liblz4-dev graphviz && \
apt-get clean
ARG GOLANG_VERSION
ENV GOLANG_VERSION=go1.19.2
ENV GOLANG_VERSION=go1.21.4
ENV ROCKSDB_VERSION=v7.7.2
ENV GOPATH=/go
ENV PATH=$PATH:$GOPATH/bin