Skip to content

Commit 1811649

Browse files
committed
Upgrade dep to version 3.2
Upgrade dep to take advantage of bug fixes and performance improvements: https://github.com/golang/dep/releases/tag/v0.3.2 https://github.com/golang/dep/releases/tag/v0.3.1 Versions 3.1 and later are no longer zipped: golang/dep#957
1 parent 97d934d commit 1811649

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ before_install:
1111
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
1212

1313
install:
14-
- curl -sLo temp.zip https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip
15-
- unzip temp.zip
16-
- rm temp.zip
14+
- curl -sLo dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
15+
- chmod +x dep
1716
- cp dep $HOME/gopath/bin/
1817

1918
script:

0 commit comments

Comments
 (0)