Use geth v1.14 #7

Merged
telackey merged 9 commits from telackey/v114 into main 2024-05-31 18:07:22 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 05b958055c - Show all commits

View File

@ -7,6 +7,8 @@ on:
branches: branches:
- main - main
- ci-test - ci-test
schedule: # Note: coordinate with other tests to not overload runners at the same time of day
- cron: '17 25 * * *'
jobs: jobs:
test: test:

View File

@ -60,9 +60,6 @@ services:
- fixturenet-eth-bootnode-geth - fixturenet-eth-bootnode-geth
volumes: volumes:
- fixturenet_eth_geth_2_data:/root/ethdata - fixturenet_eth_geth_2_data:/root/ethdata
ports:
- "8545"
- "8546"
fixturenet-eth-bootnode-lighthouse: fixturenet-eth-bootnode-lighthouse:
restart: always restart: always