Skip to content

Commit ba402da

Browse files
authored
Merge pull request #17 from uc-cdis/chore/go_version
chore(golang): bump to golang.1.14
2 parents a7c062d + dcc1120 commit ba402da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12 as build-deps
1+
FROM golang:1.14 as build-deps
22

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

0 commit comments

Comments
 (0)