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
I want to run a task in $GOPATH/github.com/some/project, but this causes task: Failed to run task "taskname": chdir $GOPATH/github.com/some/project: no such file or directory even though the folder exists. Hardcoding the value of $GOPATH works around this issue.
The text was updated successfully, but these errors were encountered:
I want to run a task in
$GOPATH/github.com/some/project
, but this causestask: Failed to run task "taskname": chdir $GOPATH/github.com/some/project: no such file or directory
even though the folder exists. Hardcoding the value of$GOPATH
works around this issue.The text was updated successfully, but these errors were encountered: