Description
Steps to reproduce:
- Run
task in a folder with the example task file
- See many nil runtime errors from to
gopkg.in/yaml.v3
I could see this being an unsupported syntax, but this task file actually used to work before on version 3.34.1, so I figured I'd report it.
Version
3.44.1
Operating system
Linux, confirmed on Ubuntu 24.04.3 LTS
Also observed on macOS (Sequoia 15.6.1)
Experiments Enabled
No response
Example Taskfile
version: '3'
vars:
foo: {}
Description
Steps to reproduce:
taskin a folder with the example task filegopkg.in/yaml.v3I could see this being an unsupported syntax, but this task file actually used to work before on version 3.34.1, so I figured I'd report it.
Version
3.44.1
Operating system
Linux, confirmed on Ubuntu 24.04.3 LTS
Also observed on macOS (Sequoia 15.6.1)
Experiments Enabled
No response
Example Taskfile