-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
[Bug]: Import issue on v0.17.0 #708
Comments
Hey @etiennedi there is a disclaimer message in the release notes about the docker dependency: https://github.com/testcontainers/testcontainers-go/releases/tag/v0.17.0
replace (
github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221013203545-33ab36d6b304+incompatible // 22.06 branch
)
Did you check it? |
I can confirm that it compiles when adding the |
Thanks for your patience 🙏 In this 0.17.0 release we are trying to reduce the amount of replace directives caused by the native docker compose support. If you consider the message is not clear enough, please feel free to contribute a fix to the docs and/or markdown files. |
Testcontainers version
0.17.0
Using the latest Testcontainers version?
Yes
Host OS
Darwin
Host arch
ARM64
Go version
1.19.4
Docker version
Docker info
What happened?
Repro
main.go
with the contents belowgo run main.go
Contents of
main.go
Expected
compiles
Actual
Does not compile:
Relevant log output
No response
Additional information
go.mod
:The text was updated successfully, but these errors were encountered: