Update dep version
This commit is contained in:
parent
608ccb0ca1
commit
7a4b4c941c
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh
|
|||
|
||||
# Which docker version to test on
|
||||
ARG DOCKER_VERSION=17.03.2
|
||||
ARG DEP_VERSION=0.5.0
|
||||
ARG DEP_VERSION=0.5.4
|
||||
|
||||
# Download go-bindata binary to bin folder in $GOPATH
|
||||
RUN mkdir -p /usr/local/bin \
|
||||
|
|
|
@ -123,7 +123,7 @@ If you happen to update the provider's templates (located in `/templates`), you
|
|||
The [dep](https://github.com/golang/dep) command is not required for building;
|
||||
however, it is necessary if you need to update the dependencies (i.e., add, update, or remove third-party packages).
|
||||
|
||||
You need [dep](https://github.com/golang/dep) >= 0.5.0.
|
||||
You need [dep](https://github.com/golang/dep) >= 0.5.4.
|
||||
|
||||
If you want to add a dependency, use `dep ensure -add` to have [dep](https://github.com/golang/dep) put it into the vendor folder and update the dep manifest/lock files (`Gopkg.toml` and `Gopkg.lock`, respectively).
|
||||
|
||||
|
|
Loading…
Reference in a new issue