travis, Dockerfile, appveyor, build: bump to Go 1.11
This commit is contained in:
committed by
Péter Szilágyi
parent
1f45ba9bb1
commit
67c332e9b5
@ -1,5 +1,5 @@
|
||||
# Build Geth in a stock Go builder container
|
||||
FROM golang:1.10-alpine as builder
|
||||
FROM golang:1.11-alpine as builder
|
||||
|
||||
RUN apk add --no-cache make gcc musl-dev linux-headers
|
||||
|
||||
|
Reference in New Issue
Block a user