We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task version: v3.24.0 (h1:0DKsGTmqYbEaACffm9H2BOm8pTcuSnb5SRUl7TCilQ4=)
If the version: '3' line is missing, go-task runs into a segfault.
version: '3'
go-task
Follow these steps to reproduce:
go-task --init
Taskfile.yml
The text was updated successfully, but these errors were encountered:
@rangerjo Thanks for the report and repro. Thankfully a simple fix. See #1149
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Task version: v3.24.0 (h1:0DKsGTmqYbEaACffm9H2BOm8pTcuSnb5SRUl7TCilQ4=)
If the
version: '3'
line is missing,go-task
runs into a segfault.Follow these steps to reproduce:
go-task --init
Taskfile.yml
and commentversion: '3'
.go-task
The text was updated successfully, but these errors were encountered: