remove make run, make go-mod-tidy (#4627)

This commit is contained in:
Alessandro Ros
2025-06-08 13:35:47 +02:00
committed by GitHub
parent 42a39716a9
commit 5a050a6b4d
3 changed files with 0 additions and 53 deletions

View File

@@ -9,13 +9,11 @@ help:
@echo ""
@echo "available actions:"
@echo ""
@echo " mod-tidy run go mod tidy"
@echo " format format source files"
@echo " test run tests"
@echo " test-32 run tests on a 32-bit system"
@echo " test-e2e run end-to-end tests"
@echo " lint run linters"
@echo " run run app"
@echo " apidocs generate api docs HTML"
@echo " binaries build binaries for all platforms"
@echo " dockerhub build and push images to Docker Hub"