-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
go vet fail with dependent library #127
Comments
A possible workaround : Add [https://github.com/testcontainers/testcontainers-go/blob/master/go.mod#L3](this line) to my project
|
Adding a Unfortunately, the The additional problem is that Go 1.13 also changed some things in how it interprets the "fake" versions, which may be the culprit here. A similar discussion can be found here as well; moby/buildkit#1297 |
I'm currently trying to add testcontainers to https://github.com/markfisher/rokn/, i.e. The |
Yes, you'll have to manually specify the correct version some more details in moby/moby#39302 (comment) |
FWIW, all tags from the docker/engine repository have been added to the upstream docker/docker (moby/moby) repository, so it should no longer be needed to use the docker/engine repository |
Thanks @thaJeztah ! @fbiville it is not something we can fix in testcontainers. You have to replace |
Go vet is now working and it is part of CI. |
Describe the bug
go vet ./...
sirupsen/logrus#1041
To Reproduce
Referencing
github.com/testcontainers/testcontainers-go v0.0.10
Expected behavior
A clear and concise description of what you expected to happen.
The error should not appear.
Additional context
It seams that the
https://github.com/docker/docker
repo redirects tohttps://github.com/moby/moby
. Maybe upgrade the docker lib dependency ?The text was updated successfully, but these errors were encountered: