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
When updating glide.yaml to use cli version 1.2.0 and attempting to build goss, I get the following error:
# github.com/aelsabbahy/goss
../../add.go:19: c.Duration undefined (type *cli.Context has no field or method Duration)
../../validate.go:26: c.GlobalIsSet undefined (type *cli.Context has no field or method GlobalIsSet)
Distributive uses a more recent version, so I can't take advantage of certain paths in goss code until this is fixed. I'll look into it.
For reference, the current pinned commit is from 2015:
When updating
glide.yaml
to usecli
version 1.2.0 and attempting to buildgoss
, I get the following error:Distributive uses a more recent version, so I can't take advantage of certain paths in
goss
code until this is fixed. I'll look into it.For reference, the current pinned commit is from 2015:
The text was updated successfully, but these errors were encountered: