Upgrade to dep 0.4.1

This commit is contained in:
Arthur Barr
2018-02-06 11:44:34 +00:00
parent eab783f3c5
commit 741aa18da9
3 changed files with 10 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install docker-ce
- curl https://glide.sh/get | sh
- sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64
- sudo chmod +x /usr/local/bin/dep
install: