Skip to content

Commit

Permalink
keep dep ensure updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Feb 7, 2018
1 parent 51168a9 commit cd09cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 17.07.0-ce

- run: go get -u github.com/golang/dep/cmd/dep
- run: dep ensure
- run: dep ensure -update

- run: go build -v
- run: go test -v -race ./...
Expand Down

0 comments on commit cd09cec

Please sign in to comment.