From 5374bb95c596d198c11eebdfc29dcf8947bb1af5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:31:35 +0100 Subject: [PATCH] [Automatic] - Update op-geth dependencies (#284) Update the go package dependency and the devnet docker container reference of the `l2` service to the latest commit (`e6499495c176f568f72659293e29381a5c350a6b`) in the `celo10` ref. Co-authored-by: ezdac <15726643+ezdac@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- ops-bedrock/l2-op-geth.Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index db3ac9c62193..f23cd4b74faa 100644 --- a/go.mod +++ b/go.mod @@ -257,7 +257,7 @@ require ( rsc.io/tmplfunc v0.0.3 // indirect ) -replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v1.101408.1-0.20241129112120-a102e49b89c3 +replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v1.101408.1-0.20241209113131-e6499495c176 // replace github.com/ethereum/go-ethereum => ../op-geth diff --git a/go.sum b/go.sum index 028af1369b20..ddcea4dc2961 100644 --- a/go.sum +++ b/go.sum @@ -81,8 +81,8 @@ github.com/btcsuite/snappy-go v1.0.0/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s= -github.com/celo-org/op-geth v1.101408.1-0.20241129112120-a102e49b89c3 h1:B0zdGButiL94J1Sn2hJ23KnEWPoVZgjLL6T801uaCqU= -github.com/celo-org/op-geth v1.101408.1-0.20241129112120-a102e49b89c3/go.mod h1:Mk8AhvlqFbjI9oW2ymThSSoqc6kiEH0/tCmHGMEu6ac= +github.com/celo-org/op-geth v1.101408.1-0.20241209113131-e6499495c176 h1:pVzNAblfE20Lk1+zqzegjIZ/1UgwEGDpxDTzHCFP9wI= +github.com/celo-org/op-geth v1.101408.1-0.20241209113131-e6499495c176/go.mod h1:Mk8AhvlqFbjI9oW2ymThSSoqc6kiEH0/tCmHGMEu6ac= github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk= github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s= github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= diff --git a/ops-bedrock/l2-op-geth.Dockerfile b/ops-bedrock/l2-op-geth.Dockerfile index e3138abb9be1..afd6e4e8203f 100644 --- a/ops-bedrock/l2-op-geth.Dockerfile +++ b/ops-bedrock/l2-op-geth.Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-geth@sha256:fab76a990c21271419a40dfe5d28e30905869183b18ee9e6f711fe562365bc8e +FROM --platform=linux/amd64 us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-geth@sha256:6fe04ace89e6ebae1c527c2754d1eb40bcb073a85b2f23384816c53d94bbaff2 RUN apk add --no-cache jq