Skip to content

Commit 1e23d03

Browse files
author
Ivan Mirić
committed
Use git for dependency check in CircleCI
Resolves #1584 (comment)
1 parent 77b57f7 commit 1e23d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Check dependencies
1111
command: |
1212
go version
13-
diff <(go mod vendor -v 2>&1 | grep -v 'go: downloading') vendor/modules.txt
13+
test -z "$(go mod vendor && git status --porcelain)"
1414
go mod verify
1515
1616
lint:

0 commit comments

Comments
 (0)