update to go 1.14.1

This commit is contained in:
jochen weber 2020-03-30 12:18:59 +02:00
parent 9c51581667
commit 99cebfcf0a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
# builder image # builder image
FROM golang:1.13 as builder FROM golang:1.14 as builder
ARG VERSION ARG VERSION

2
go.mod
View File

@ -1,6 +1,6 @@
module sigs.k8s.io/external-dns module sigs.k8s.io/external-dns
go 1.13 go 1.14
require ( require (
cloud.google.com/go v0.44.3 cloud.google.com/go v0.44.3