forked from TrueCloudLab/neoneo-go
added make version
This commit is contained in:
parent
fe2e501488
commit
7431263903
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -61,6 +61,9 @@ image-push:
|
||||||
check-version:
|
check-version:
|
||||||
git fetch && (! git rev-list ${VERSION})
|
git fetch && (! git rev-list ${VERSION})
|
||||||
|
|
||||||
|
version:
|
||||||
|
@echo ${VERSION}
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
@go mod tidy -v
|
@go mod tidy -v
|
||||||
@go mod vendor
|
@go mod vendor
|
||||||
|
|
Loading…
Add table
Reference in a new issue