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

This commit is contained in:
Alessandro Ros
2025-06-08 13:36:03 +02:00
committed by GitHub
parent ff85f6156a
commit a984c7c71c
2 changed files with 0 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ 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"

View File

@@ -1,3 +0,0 @@
mod-tidy:
docker run --rm -it -v $(shell pwd):/s -w /s $(BASE_IMAGE) \
sh -c "apk add git && GOPROXY=direct go mod tidy"