Skip to content

Commit 80557e4

Browse files
committed
chore(glide): bump glide to 0.8.3 and with it update lock file
1 parent c552a6c commit 80557e4

2 files changed

Lines changed: 32 additions & 73 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ sudo: required
1818
addons:
1919
postgresql: "9.3"
2020
before_install:
21-
- wget "https://github.com/Masterminds/glide/releases/download/0.8.1/glide-0.8.1-linux-amd64.tar.gz"
22-
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.8.1-linux-amd64.tar.gz
21+
- wget "https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz"
22+
- sudo tar -vxz -C /usr/local/bin --strip=1 -f glide-0.8.3-linux-amd64.tar.gz
2323
- go get github.com/golang/lint/golint
2424
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-5_amd64.deb"
2525
- sudo dpkg -i shellcheck_0.3.7-5_amd64.deb

0 commit comments

Comments
 (0)