travis, appveyor, build, Dockerfile: bump Go to 1.14.2 (#20913)

* travis, appveyor, build, Dockerfile: bump Go to 1.14.2

* travis, appveyor: force GO111MODULE=on for every build
This commit is contained in:
Péter Szilágyi
2020-04-14 14:03:18 +03:00
committed by GitHub
parent 5a20cc0de6
commit eb2fd823b2
5 changed files with 40 additions and 17 deletions

View File

@ -1,5 +1,5 @@
# Build Geth in a stock Go builder container
FROM golang:1.13-alpine as builder
FROM golang:1.14-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers git