Closed mdelapenya closed 3 weeks ago
Name | Link |
---|---|
Latest commit | a053ad02c441b339f3582cdac5b740a59cd1424c |
Latest deploy log | https://app.netlify.com/sites/testcontainers-go/deploys/671f85e431f5d70008691466 |
Deploy Preview | https://deploy-preview-2853--testcontainers-go.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
What does this PR do?
It uses the latest ryuk (0.11.0), updating the environment variables that are already in use in tc-go to configure ryuk to use the new format (without the
TESTCONTAINERS_
prefix).The old variables are deprecated but in the mean time the code will still read them as a part of a deprecation path.
Why is it important?
Consume the latest Ryuk, which comes with more improvements regarding reliability.