Migrate from glide to official dependencies management tool: Go Module (#1136)

This commit is contained in:
Ta-Ching Chen
2019-04-04 22:33:26 +08:00
committed by GitHub
parent 913888a29d
commit 1662bafb50
13 changed files with 398 additions and 600 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
FROM golang:1.10.2
FROM golang:1.11.6
ENV GO111MODULE on
RUN wget -qO- https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz | tar xvz -C /usr/local/bin/ --strip 1
RUN wget -qO- https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz | tar xvz -C /usr/local/bin/ --strip 1