update canary job to go 1.14

This commit is contained in:
David Ashpole 2020-05-18 10:20:55 -07:00 committed by GitHub
parent 050551287c
commit 40c154a479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
FROM golang:1.11 FROM golang:1.14
MAINTAINER vmarmol@google.com MAINTAINER dashpole@google.com
RUN apt-get update && apt-get install -y git dmsetup && apt-get clean RUN apt-get update && apt-get install -y git dmsetup && apt-get clean
RUN git clone https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor RUN git clone https://github.com/google/cadvisor.git /go/src/github.com/google/cadvisor