Skip to content

Commit

Permalink
chore: bump ethereum-package version (#103)
Browse files Browse the repository at this point in the history
* chore: bump ethereum-package version

* chore: bump to kt 0.89.3
  • Loading branch information
leovct authored May 6, 2024
1 parent aa7d031 commit 9776bfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
KURTOSIS_VERSION: 0.88.19
KURTOSIS_VERSION: 0.89.3

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
default: 30

env:
KURTOSIS_VERSION: 0.88.19
KURTOSIS_VERSION: 0.89.3

jobs:
regression-tests:
Expand Down
2 changes: 1 addition & 1 deletion ethereum.star
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9776bfa

Please sign in to comment.