diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
