mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
dep: fix constraint with dep >= 0.5.0
This commit is contained in:
committed by
Traefiker Bot
parent
ddf199566c
commit
906f4fe8f7
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user