Replies: 3 comments 4 replies
|
Thanks. So if I understand it correctly the docs and releases can get out of sync. Would it help to instruct people to |
3 replies
|
Given I'm closing this discussion as solved, even though we acknowledge that #511 is still around. Thanks for your time reporting it. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello. The quickstart suggests to install the module using
go get github.com/testcontainers/testcontainers-gowhich installs v0.33.0. But the code snippet in the quickstart usestestcontainers.CleanupContainerwhich is inmasterbut not in v0.33.0.So either the quickstart should use
Terminate, or a release should be created that hasCleanupContainer.Didn't want to create an bug/issue because it is demanding too much irrelevant information.
All reactions