Skip to content

Commit 1f84561

Browse files
authored
chore: Align Go version (#582)
1 parent de14602 commit 1f84561

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

geth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 AS op
1+
FROM golang:1.24 AS op
22

33
RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin
44

@@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl
1313
RUN . /tmp/versions.env && cd op-node && \
1414
make VERSION=$OP_NODE_TAG op-node
1515

16-
FROM golang:1.23 AS geth
16+
FROM golang:1.24 AS geth
1717

1818
WORKDIR /app
1919

nethermind/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 AS op
1+
FROM golang:1.24 AS op
22

33
RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin
44

reth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 AS op
1+
FROM golang:1.24 AS op
22

33
RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin
44

0 commit comments

Comments
 (0)