Skip to content

Commit

Permalink
Change default go-ethereum-sonic version (#238)
Browse files Browse the repository at this point in the history
* Change go-ethereum-sonic version to eth1.14.8

* Update release testing master
  • Loading branch information
Lubomir-Jahn authored Nov 22, 2024
1 parent 0bdbc03 commit 3846f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release_testing/functional_tests/F12.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pipeline {
)
string(
name: 'GoEthereumSonicVersion',
defaultValue: "main",
defaultValue: "eth1.14.8",
description: 'Branch or commit hash for gp-ethereum-sonic'
)
}
Expand Down
2 changes: 1 addition & 1 deletion release_testing/master.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pipeline {
)
string(
name: 'GoEthereumSonicVersion',
defaultValue: "main",
defaultValue: "eth1.14.8",
description: 'Can be either branch name or commit hash.'
)
string(
Expand Down

0 comments on commit 3846f02

Please sign in to comment.