1
0
Fork 0

dep: fix constraint with dep >= 0.5.0

This commit is contained in:
Vincent Demeester 2019-01-07 16:48:03 +01:00 committed by Traefiker Bot
parent ddf199566c
commit 906f4fe8f7
6 changed files with 607 additions and 302 deletions

View file

@ -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 \