From c8c0de9bad6de524dbe6790d1325285b4c1d561a Mon Sep 17 00:00:00 2001 From: Trustable User Date: Sat, 11 Jul 2026 11:40:54 +0200 Subject: [PATCH] Fix build cache inputs --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 11ae9d4..d46d49f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -59,8 +59,9 @@ tasks: - echo building {{.VERSION}} - go build {{.DEBUG}} ./cmd/ops/ sources: - - "*.go" - - "*/*.go" + - "**/*.go" + - go.mod + - go.sum - version.txt - branch.txt generates: @@ -150,4 +151,3 @@ tasks: python3 difftest.py else python3 difftest.py {{.N}} fi -