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

Does not build with Go 1.8? #32

Closed
danikalmar opened this issue Feb 15, 2018 · 2 comments
Closed

Does not build with Go 1.8? #32

danikalmar opened this issue Feb 15, 2018 · 2 comments

Comments

@danikalmar
Copy link

danikalmar commented Feb 15, 2018

I was trying to build it with Go 1.8.3, and always got the following errors:

../../_vendor/src/github.com/alicebob/miniredis/test.go:10: tb.Helper undefined (type testing.TB has no field or method Helper) ../../_vendor/src/github.com/alicebob/miniredis/test.go:19: tb.Helper undefined (type testing.TB has no field or method Helper) ../../_vendor/src/github.com/alicebob/miniredis/test.go:28: tb.Helper undefined (type testing.TB has no field or method Helper) ../../_vendor/src/github.com/alicebob/miniredis/test.go:37: tb.Helper undefined (type testing.TB has no field or method Helper)

I found this issue, which seems related.

@danikalmar
Copy link
Author

I managed to build it successfully with Go 1.9.4.

@alicebob
Copy link
Owner

As mentioned in #33, fixed with ba1c442

Thanks!

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.

2 participants