diff --git a/Dockerfile b/Dockerfile index 9665328ac..57ddb572e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # builder image -FROM golang:1.13 as builder +FROM golang:1.14 as builder ARG VERSION diff --git a/go.mod b/go.mod index e481347a7..d35c7c27d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/external-dns -go 1.13 +go 1.14 require ( cloud.google.com/go v0.44.3