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

Error on Assertions.Terminal #4

Closed
Travisivart opened this issue Aug 18, 2023 · 2 comments · Fixed by #5
Closed

Error on Assertions.Terminal #4

Travisivart opened this issue Aug 18, 2023 · 2 comments · Fixed by #5

Comments

@Travisivart
Copy link

Getting these errors:

#github.com/gdt-dev/kube
../../../../go/pkg/mod/github.com/gdt-dev/kube@v1.1.2-0.20230816130031-fbe369433eba/assertions.go:456:20: ja.Terminal undefined (type "github.com/gdt-dev/gdt/types".Assertions has no field or method Terminal)
../../../../go/pkg/mod/github.com/gdt-dev/kube@v1.1.2-0.20230816130031-fbe369433eba/eval.go:120:13: a.Terminal undefined (type "github.com/gdt-dev/gdt/types".Assertions has no field or method Terminal)
FAIL    functional-gdt [build failed]
FAIL

I am currently using:
github.com/gdt-dev/gdt v1.2.2-0.20230815150028-c1bed53f824d
github.com/gdt-dev/kube v1.1.2-0.20230816130031-fbe369433eba

It looks like this commit in the gdt package with the removal of the Terminal interface has broken the Assertions in the gdt-dev/kube pacakge:

@a-hilaly
Copy link
Member

i think we just have to bump the gtd-dev/gdt version in kube's module file?
/cc @jaypipes

@jaypipes
Copy link
Member

Yeah. I just haven't gotten around to completing my PR to the kube plugin yet :)

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

Successfully merging a pull request may close this issue.

3 participants