Upgrade for Cancun fork (Geth 1.14) #10

Merged
roysc merged 13 commits from update-geth1.13 into v5 2024-08-05 13:17:00 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 16b10369b4 - Show all commits

View File

@ -31,6 +31,9 @@ jobs:
- name: Run unit tests - name: Run unit tests
run: make test run: make test
# TODO test image
- name: Build docker image
run: docker build . -t cerc/ipld-eths-state-snapshot:local
- name: Run DB container - name: Run DB container
run: docker compose -f test/compose.yml up --wait run: docker compose -f test/compose.yml up --wait

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder FROM golang:1.21-alpine as builder
RUN apk add --no-cache git gcc musl-dev binutils-gold RUN apk add --no-cache git gcc musl-dev binutils-gold
# DEBUG # DEBUG