diff --git a/Makefile b/Makefile index 5edcc1484..597e5f650 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,9 @@ image-push: check-version: git fetch && (! git rev-list ${VERSION}) +version: + @echo ${VERSION} + deps: @go mod tidy -v @go mod vendor