summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b615fa..2718699 100644
--- a/Makefile
+++ b/Makefile
@@ -44,3 +44,7 @@ run-image: build-image
sh-image: build-builder-image
@docker run -it $(IMAGE_TAG) /bin/sh
+
+tidy:
+ @go get -u ./...
+ @go mod tidy