diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75c583c8..b635af6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - KURTOSIS_VERSION: 0.88.19 + KURTOSIS_VERSION: 0.89.3 GO_VERSION: 1.21 BATCH_VERIFICATION_MONITOR_TARGET: 30 BATCH_VERIFICATION_MONITOR_TIMEOUT: 600 # 10 minutes diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd992d95..a9068e7e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - KURTOSIS_VERSION: 0.88.19 + KURTOSIS_VERSION: 0.89.3 jobs: check: diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 4755c56d..83825891 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -25,7 +25,7 @@ on: default: 30 env: - KURTOSIS_VERSION: 0.88.19 + KURTOSIS_VERSION: 0.89.3 jobs: regression-tests: diff --git a/ethereum.star b/ethereum.star index b512a85a..a8955445 100644 --- a/ethereum.star +++ b/ethereum.star @@ -1,5 +1,5 @@ ethereum_package = import_module( - "github.com/kurtosis-tech/ethereum-package/main.star@2.2.0" + "github.com/kurtosis-tech/ethereum-package/main.star@3.0.0" ) GETH_IMAGE = "ethereum/client-go:v1.14.0"