Skip to content

Commit ec5f107

Browse files
author
Ivan Mirić
committed
Add CircleCI check for vendored modules being up to date
If this works in all cases, it would solve #1584 (comment) .
1 parent 8579e88 commit ec5f107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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
1314
go mod verify
1415
1516
lint:

0 commit comments

Comments
 (0)