Skip to content

Commit

Permalink
Use git for dependency check in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Aug 14, 2020
1 parent a494146 commit b73a228
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 @@ -10,7 +10,7 @@ jobs:
name: Check dependencies
command: |
go version
diff <(go mod vendor -v 2>&1 | grep -v 'go: downloading') vendor/modules.txt
test -z "$(go mod vendor && git status --porcelain)"
go mod verify
lint:
Expand Down

0 comments on commit b73a228

Please sign in to comment.