Skip to content

Commit

Permalink
Upgrade BSP to geth-v1.14.13 (#241)(#239) (#240)
Browse files Browse the repository at this point in the history
* version: release go-ethereum v1.14.13 stable
* Merge bsp-v2.0.0 to geth-v1.14.12
repatch state-specimen, block-specimen, blob-specimen producer, workflows, linters & docs
---------
Signed-off-by: Pranay Valson <[email protected]>

Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Feb 12, 2025
1 parent b8c92cd commit 4e90f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
audit:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG USER=$USER
# Build Geth in a stock Go builder container
FROM golang:1.22-alpine as builder

RUN apk add --no-cache gcc musl-dev linux-headers git
RUN apk add --no-cache gcc musl-dev linux-headers git make

COPY . /go-ethereum
WORKDIR /go-ethereum
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
const (
BspVersionMajor = 2 // Major version component of the current release
BspVersionMinor = 0 // Minor version component of the current release
BspVersionPatch = 0 // Patch version component of the current release
BspVersionPatch = 2 // Patch version component of the current release
)

// Version holds the textual version string.
Expand Down

0 comments on commit 4e90f02

Please sign in to comment.