Files
task/executor.go
Valentin Maerten 1b7e67d1f9 refactor(remote): carry the auth headers as taskfile.HostHeaders
map[string]map[string]string named neither key. The type already existed
in taskfile; package task reaches it through setup.go, so only an import
was missing. Callers keep passing a plain map literal, which stays
assignable to a named map type.
2026-08-23 12:11:55 +02:00

16 KiB