mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Build: Minimum Go version is now 1.10 (#409)
Can not build by go version under 1.9. because using the strings.Builder by library.
This commit is contained in:
committed by
Tom Limoncelli
parent
36228949e9
commit
f58acabe9f
@ -1,4 +1,4 @@
|
||||
FROM golang:1.9-alpine AS build-env
|
||||
FROM golang:1.10-alpine AS build-env
|
||||
WORKDIR /go/src/github.com/StackExchange/dnscontrol
|
||||
ADD . .
|
||||
RUN apk update && apk add git
|
||||
|
Reference in New Issue
Block a user