Skip to content

Commit

Permalink
use the latest go/dep for resolving dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pottava committed Jul 4, 2017
1 parent e1fbb2e commit dc6a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cd ~/cache && sudo tar -C /usr/local -xzf go1.8.linux-amd64.tar.gz
- go version
# Install test utils
- go get github.com/golang/dep/...
- go get -u github.com/golang/dep/...
- go get github.com/golang/lint/golint
post:
- >
Expand Down

0 comments on commit dc6a887

Please sign in to comment.