travis, build: update Go to 1.20.1 (#26653)

travis, build: update Go to 1.20
This commit is contained in:
Péter Szilágyi
2023-02-16 09:00:45 +02:00
committed by GitHub
parent 194b5c9152
commit 5ccc99b258
5 changed files with 41 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.19-alpine as builder
FROM golang:1.20-alpine as builder
RUN apk add --no-cache gcc musl-dev linux-headers git