Skip to content

Commit

Permalink
Merge pull request #17 from uc-cdis/chore/go_version
Browse files Browse the repository at this point in the history
chore(golang): bump to golang.1.14
  • Loading branch information
giangbui authored Mar 12, 2020
2 parents a7c062d + dcc1120 commit ba402da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12 as build-deps
FROM golang:1.14 as build-deps

# Temporary, until kubernetes/client-go#656 gets resolved.
RUN go get k8s.io/klog && cd $GOPATH/src/k8s.io/klog && git checkout v0.4.0
Expand Down

0 comments on commit ba402da

Please sign in to comment.