Commit cde5fd7a authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Pin ethereum package version (#13286)

parent e5498be3
...@@ -91,7 +91,7 @@ func TestEndToEndApply(t *testing.T) { ...@@ -91,7 +91,7 @@ func TestEndToEndApply(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background()) ctx, cancel := context.WithCancel(context.Background())
defer cancel() defer cancel()
enclaveCtx := kurtosisutil.StartEnclave(t, ctx, lgr, "github.com/ethpandaops/ethereum-package", TestParams) enclaveCtx := kurtosisutil.StartEnclave(t, ctx, lgr, "github.com/ethpandaops/ethereum-package@4.4.0", TestParams)
service, err := enclaveCtx.GetServiceContext("el-1-geth-lighthouse") service, err := enclaveCtx.GetServiceContext("el-1-geth-lighthouse")
require.NoError(t, err) require.NoError(t, err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment