Use dep v0.5.0 (#4542)

This commit is contained in:
Daniel Nelson
2018-08-14 14:55:38 -07:00
committed by Greg
parent b29dd260b2
commit 6e92df45e7
5 changed files with 181 additions and 98 deletions

View File

@@ -24,5 +24,5 @@ RUN gem install fpm
RUN go get -d github.com/golang/dep && \
cd src/github.com/golang/dep && \
git checkout -q v0.4.1 && \
go install -ldflags="-X main.version=v0.4.1" ./cmd/dep
git checkout -q v0.5.0 && \
go install -ldflags="-X main.version=v0.5.0" ./cmd/dep

View File

@@ -24,5 +24,5 @@ RUN gem install fpm
RUN go get -d github.com/golang/dep && \
cd src/github.com/golang/dep && \
git checkout -q v0.4.1 && \
go install -ldflags="-X main.version=v0.4.1" ./cmd/dep
git checkout -q v0.5.0 && \
go install -ldflags="-X main.version=v0.5.0" ./cmd/dep