Last active
January 24, 2018 05:34
-
-
Save JohnMurray/503820539e3919b8178279f7e15e740b to your computer and use it in GitHub Desktop.
Simple install snippet for getting up dep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_install: | |
- >- | |
curl -L -s https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 | |
-o $GOPATH/bin/dep | |
- chmod +x $GOPATH/bin/dep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment