Compare vendor with hack/versions and update hack/versions
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
6
Makefile
6
Makefile
@@ -56,7 +56,7 @@ help:
|
||||
@echo " * 'uninstall' - Remove installed binaries from system locations"
|
||||
@echo " * 'version' - Print current cri-containerd release version"
|
||||
|
||||
verify: lint gofmt boiler
|
||||
verify: lint gofmt boiler deps-version
|
||||
|
||||
version:
|
||||
@echo $(VERSION)
|
||||
@@ -73,6 +73,10 @@ boiler:
|
||||
@echo "checking boilerplate"
|
||||
@./hack/verify-boilerplate.sh
|
||||
|
||||
deps-version:
|
||||
@echo "checking /hack/versions"
|
||||
@./hack/update-vendor.sh -only-verify
|
||||
|
||||
$(BUILD_DIR)/cri-containerd: $(SOURCES)
|
||||
$(GO) build -o $@ \
|
||||
-tags '$(BUILD_TAGS)' \
|
||||
|
||||
Reference in New Issue
Block a user