bump testcontainers v0.36.0 #1783
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade and respond to breaking changes.
Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.
Why
This pull request introduces updates to the Go module dependencies and Docker image versions to ensure compatibility and leverage new features or bug fixes.
What
github.com/testcontainers/testcontainers-gomodule fromv0.35.0tov0.36.0. This update may include new features, bug fixes, or improvements in the Testcontainers library, which provides lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container for use during testing.github.com/docker/dockermodule fromv27.5.1+incompatibletov28.0.1+incompatible. This update may include changes or improvements in the Docker client library used for interacting with Docker containers and images.github.com/google/go-cmpmodule fromv0.6.0tov0.7.0. This library is used for comparing Go values in tests, and the update may introduce improvements or new functionalities for test assertions.github.com/magiconair/propertiesmodule fromv1.8.7tov1.8.9. This library is used for reading properties files, and the update may include bug fixes or new features.github.com/opencontainers/image-specmodule fromv1.1.0tov1.1.1. This update may include specifications changes or improvements related to container images.github.com/ebitengine/purego v0.8.2andgithub.com/shirou/gopsutil/v4 v4.25.1, which may be required by updated direct dependencies.1.24.0, indicating that the module is intended to be used with Go 1.24 or later.These updates ensure that the project dependencies are current, potentially improving performance, security, and compatibility with other packages or Go versions.