Skip to content

Commit

Permalink
Bump dep from v0.5.0 to v0.5.4
Browse files Browse the repository at this point in the history
- Includes fix for submodules issue: golang/dep#2176

[#167251593](https://www.pivotaltracker.com/story/show/167251593)
  • Loading branch information
acrmp committed Jul 24, 2019
1 parent a36c30e commit c1fb31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ tar xzvf /tmp/credhub.tgz -C $HOME/bin
chmod 755 $HOME/bin/credhub

# install dep
curl -L "https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64" > $HOME/bin/dep
curl -L "https://github.com/golang/dep/releases/download/v0.5.4/dep-linux-amd64" > $HOME/bin/dep
chmod 755 $HOME/bin/dep

# Bash auto-complete case-insensitive
Expand Down

0 comments on commit c1fb31b

Please sign in to comment.