Skip to content
New issue

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

Tests do not pass / project does not build #36

Open
djkilgore opened this issue Jul 20, 2018 · 0 comments
Open

Tests do not pass / project does not build #36

djkilgore opened this issue Jul 20, 2018 · 0 comments

Comments

@djkilgore
Copy link

checks/check-min-healthy.go:25:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-healthy.go:26:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-healthy.go:31:46: invalid operation: app.Instances > 0 (mismatched types *int and int)
checks/check-min-healthy.go:33:78: cannot convert app.Instances (type *int) to type float32
checks/check-min-healthy.go:35:52: cannot convert app.Instances (type *int) to type float32
checks/check-min-healthy.go:43:9: cannot use app.Labels (type *map[string]string) as type map[string]string in field value
checks/check-min-instances.go:25:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-instances.go:26:38: cannot use app.Labels (type *map[string]string) as type map[string]string in argument to maps.GetFloat32
checks/check-min-instances.go:31:46: invalid operation: app.Instances > 0 (mismatched types *int and int)
checks/check-min-instances.go:33:78: cannot convert app.Instances (type *int) to type float32
checks/check-min-instances.go:33:78: too many errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant