You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ go run github.com/go-task/task/v3/cmd/[email protected]
task: [default] docker --version
Docker version 25.0.3, build 4debf41
Actual results
The task fails in a precondition in version >= v3.39.0
❯ go run github.com/go-task/task/v3/cmd/[email protected]
task: `docker --version` failed
task: precondition not met
exit status 1
❯ go run github.com/go-task/task/v3/cmd/[email protected]
task: `docker --version` failed
task: precondition not met
exit status 1
The text was updated successfully, but these errors were encountered:
Running go run github.com/go-task/task/v3/cmd/[email protected] works as expected so it seems like it has been fixed with the recent 3.40 release. This can be closed.
Environment info:
3.39.0
OS: macOS 14.6.1 23G93 arm64
TASK_X_REMOTE_TASKFILES
Description:
Certain preconditions start failing in >=
3.39.0
that used to work in3.38.0
.Steps to reproduce:
Expected results
The task should execute like it does in
v3.38.0
Actual results
The task fails in a precondition in version >=
v3.39.0
The text was updated successfully, but these errors were encountered: