diff --git a/Taskfile.yml b/Taskfile.yml index 95430d5d..b6ee4c12 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -87,6 +87,7 @@ tasks: sources: - './**/*.go' - .golangci.yml + - go.mod cmds: - golangci-lint run @@ -95,6 +96,7 @@ tasks: sources: - './**/*.go' - .golangci.yml + - go.mod cmds: - golangci-lint run --fix