travis, dockerfile, appveyor, build: bump to Go 1.15

This commit is contained in:
Péter Szilágyi
2020-08-20 16:41:37 +03:00
parent 8cbdc8638f
commit 15fdaf2005
5 changed files with 26 additions and 16 deletions

View File

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