mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
MAINT: Adopt go 1.16's embed feature (#1162)
* MAINT: Switch from esc to embed * Simplify * Update minimum go version in docs and pipelines * go generate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.14-alpine AS build-env
|
||||
FROM golang:1.16-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