dep: fix constraint with dep >= 0.5.0
This commit is contained in:
parent
ddf199566c
commit
906f4fe8f7
6 changed files with 607 additions and 302 deletions
|
@ -10,7 +10,7 @@ RUN go get golang.org/x/lint/golint \
|
|||
|
||||
# Which docker version to test on
|
||||
ARG DOCKER_VERSION=17.03.2
|
||||
ARG DEP_VERSION=0.4.1
|
||||
ARG DEP_VERSION=0.5.0
|
||||
|
||||
# Download go-bindata binary to bin folder in $GOPATH
|
||||
RUN mkdir -p /usr/local/bin \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue