Skip to content

Commit

Permalink
Add CircleCI check for vendored modules being up to date
Browse files Browse the repository at this point in the history
If this works in all cases, it would solve
#1584 (comment) .
  • Loading branch information
Ivan Mirić committed Aug 14, 2020
1 parent 2ab0d47 commit a494146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: Check dependencies
command: |
go version
diff <(go mod vendor -v 2>&1 | grep -v 'go: downloading') vendor/modules.txt
go mod verify
lint:
Expand Down

0 comments on commit a494146

Please sign in to comment.