go-ethereum/.github/workflows
Arran Schlosberg 0ed61356ed
refactor(params): make LibEVMVersion a constant (#162)
> [!NOTE]
> This will be merged into `main` once the current target branch has
been merged.

## Why this should be merged

My original implementation was back to front and it's been bugging me.

## How this works

Originally `params.LibEVMVersion` was a `var` (because it needed to be
computed) and the test used a `const`. This change simply inverts the
two and moves some code around without any change in logic.

I bumped the minor version to 2 (a no-op when not on a release branch)
to bring it in line with the latest release candidate and to avoid
forgetting to do so when performing an actual release.

## How this was tested

Unit test of version-string constant.
2025-03-17 19:29:16 +00:00
..
go.yml refactor(params): make LibEVMVersion a constant (#162) 2025-03-17 19:29:16 +00:00
labels.yml chore(ci): restrict each job concurrency except for main branch (#117) 2025-02-06 11:03:26 +00:00
libevm-delta.yml refactor(params): make LibEVMVersion a constant (#162) 2025-03-17 19:29:16 +00:00
lint.yml refactor(params): make LibEVMVersion a constant (#162) 2025-03-17 19:29:16 +00:00
rename-module.yml chore: module-renaming workflow inverts between libevm and geth (#152) 2025-03-07 13:23:11 +00:00