chore: bump minimun version to 1.24 (#2377)

This commit is contained in:
Valentin Maerten
2025-08-14 18:34:38 +02:00
committed by GitHub
parent c0b4c19443
commit 0fc26a43a9
6 changed files with 80 additions and 84 deletions

View File

@@ -1,7 +1,6 @@
package fingerprint
import (
"context"
"testing"
"github.com/stretchr/testify/assert"
@@ -164,7 +163,7 @@ func TestIsTaskUpToDate(t *testing.T) {
}
result, err := IsTaskUpToDate(
context.Background(),
t.Context(),
tt.task,
WithStatusChecker(mockStatusChecker),
WithSourcesChecker(mockSourcesChecker),