From 4871876bf0b20048df9b51faa1f8356c48fd6747 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 27 Feb 2024 17:19:16 +0100 Subject: [PATCH] chore: use go run to exec modd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d1422f..f483a29 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ tidy: go mod tidy watch: - modd + go run github.com/cortesi/modd/cmd/modd@v0.8.1 lint: golangci-lint run --enable-all