summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-25 16:30:10 -0600
committermo khan <mo@mokhan.ca>2025-04-28 09:07:31 -0600
commit426535ef96b9cd5cca1c602911952f7d486f9545 (patch)
treea7fad0acc35a77366094022b3a99056d13585793 /Makefile
parent10acef83528c746abeb597490d516a55b5a0955e (diff)
chore: update packages
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