Dockerfile: upgrade to Go 1.26

We didn't upgrade to 1.25, so this jumps over one version.
I want to upgrade all builds to Go 1.26 soon, but let's start with the
Docker build to get a sense of any possible issues.
This commit is contained in:
Felix Lange 2026-02-26 15:18:47 +01:00
parent 8a4345611d
commit 86cde46064
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.24-alpine AS builder
FROM golang:1.26-alpine AS builder
RUN apk add --no-cache gcc musl-dev linux-headers git

View file

@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.24-alpine AS builder
FROM golang:1.26-alpine AS builder
RUN apk add --no-cache gcc musl-dev linux-headers git