travis, build: update Go to 1.21.0 (#27958)

build: update to go 1.21
This commit is contained in:
Martin Holst Swende
2023-08-22 11:00:01 +03:00
committed by GitHub
parent bbee0e7e50
commit 55c5f5964d
5 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
RUN apk add --no-cache gcc musl-dev linux-headers git