From f9052c9fdf3b5bb15889a28acac59bd41803554c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 24 Jan 2026 18:49:38 -0300 Subject: [PATCH] chore(taskfile): add `go.mod` as a dependency of `install` --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index ffdf8910..57274715 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -29,6 +29,7 @@ tasks: aliases: [i] sources: - './**/*.go' + - go.mod cmds: - go install -v ./cmd/task