travis, Dockerfile, appveyor, build: bump to Go 1.10

This commit is contained in:
Péter Szilágyi
2018-02-19 11:04:26 +02:00
parent 39c16c8a1e
commit 669aba8e2c
7 changed files with 29 additions and 23 deletions

View File

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