Merge pull request #1476 from jochen42/golang-1.14

update to go 1.14
This commit is contained in:
Kubernetes Prow Robot 2020-04-07 02:09:44 -07:00 committed by GitHub
commit fd5e11f16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

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