Script to check if entries in go.mod files are in sync
- ensure that the root go.mod and the module specific go.mod have the same `require` and `replace` directives for different dependencies. Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
|
||||
- name: verify go modules and vendor directory
|
||||
run: |
|
||||
sudo apt-get install -y jq
|
||||
make verify-vendor
|
||||
working-directory: src/github.com/containerd/containerd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user