Skip to content

Commit

Permalink
update to go 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen42 committed Mar 30, 2020
1 parent 9c51581 commit 99cebfc
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 99cebfc

Please sign in to comment.