1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

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

@@ -3,7 +3,6 @@ package task_test
import (
"bytes"
"cmp"
"context"
"fmt"
"os"
"path/filepath"
@@ -189,7 +188,7 @@ func (tt *ExecutorTest) run(t *testing.T) {
}
// Run the task and check for errors
ctx := context.Background()
ctx := t.Context()
if err := e.Run(ctx, call); tt.wantRunError {
require.Error(t, err)
tt.writeFixtureErrRun(t, g, err)