mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Bump to Go 1.13
This commit is contained in:
parent
c02ffc0dec
commit
d22018d05b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Build Gubiq in a stock Go builder container
|
# Build Gubiq in a stock Go builder container
|
||||||
FROM golang:1.11-alpine as builder
|
FROM golang:1.13-alpine as builder
|
||||||
|
|
||||||
RUN apk add --no-cache make gcc musl-dev linux-headers
|
RUN apk add --no-cache make gcc musl-dev linux-headers
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Build Gubiq in a stock Go builder container
|
# Build Gubiq in a stock Go builder container
|
||||||
FROM golang:1.11-alpine as builder
|
FROM golang:1.13-alpine as builder
|
||||||
|
|
||||||
RUN apk add --no-cache make gcc musl-dev linux-headers
|
RUN apk add --no-cache make gcc musl-dev linux-headers
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue