Skip to content

Commit 8b5cd19

Browse files
f110Tom Limoncelli
authored andcommitted
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.
1 parent a2d07c5 commit 8b5cd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.9-alpine AS build-env
1+
FROM golang:1.10-alpine AS build-env
22
WORKDIR /go/src/github.com/StackExchange/dnscontrol
33
ADD . .
44
RUN apk update && apk add git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Writing new plugins is very easy.
9696

9797
## From source
9898

99-
DNSControl can be built with Go version 1.7 or higher. To install, simply run
99+
DNSControl can be built with Go version 1.10 or higher. To install, simply run
100100

101101
`go get github.com/StackExchange/dnscontrol`
102102

0 commit comments

Comments
 (0)