Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1476 from jochen42/golang-1.14
Browse files Browse the repository at this point in the history
update to go 1.14
  • Loading branch information
k8s-ci-robot authored Apr 7, 2020
2 parents b6078df + 99cebfc commit fd5e11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# builder image
FROM golang:1.13 as builder
FROM golang:1.14 as builder

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/external-dns

go 1.13
go 1.14

require (
cloud.google.com/go v0.44.3
Expand Down

0 comments on commit fd5e11f

Please sign in to comment.