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
When including a taskfile which does not have a "version" attribute set, a SIGSEGV is thrown
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x617ba9] goroutine 1 [running]: github.com/Masterminds/semver/v3.(*Version).Compare(0xc000022f00?, 0x44?) github.com/Masterminds/semver/v3@v3.2.1/version.go:406 +0x29 github.com/go-task/task/v3/taskfile/read.Taskfile(0xc000203290) github.com/go-task/task/v3@v3.24.0/taskfile/read/taskfile.go:172 +0x1de
This should be handled gracefully
The text was updated successfully, but these errors were encountered:
Sounds like a duplicate of #1148.
This was fixed in #1149 and released in v3.25.0. Can you please try updating your task version and see if it resolves the issue?
task
Sorry, something went wrong.
No branches or pull requests
When including a taskfile which does not have a "version" attribute set, a SIGSEGV is thrown
This should be handled gracefully
The text was updated successfully, but these errors were encountered: