travis, Dockerfile, appveyor: bump to Go 1.13

This commit is contained in:
Péter Szilágyi
2019-09-12 11:09:11 +03:00
parent 39b0b1a1a6
commit 2469c4ecd4
4 changed files with 16 additions and 16 deletions

View File

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