Skip to content

Commit a7c062d

Browse files
authored
Merge pull request #16 from uc-cdis/fix/go_version
fix(docker): bump golang to 1.12
2 parents 9ba06d6 + 3041839 commit a7c062d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10 as build-deps
1+
FROM golang:1.12 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

Gopkg.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)