testcontainers / testcontainers-go

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
https://golang.testcontainers.org
MIT License
3.3k stars 450 forks source link

chore: pin vearch version #2568

Closed mdelapenya closed 3 weeks ago

mdelapenya commented 3 weeks ago

What does this PR do?

It pins the version of the Vearch module, to avoid using latest.

Why is it important?

For some reason I noticed it during the review but did not commented about it. Changing it is important for reproducibility and not receive a wrong version of the module each time it's used.

Related issues

netlify[bot] commented 3 weeks ago

Deploy Preview for testcontainers-go ready!

Name Link
Latest commit 8b6de72ca32df32bf8e7ae9763234a6855862fda
Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/6662e12937cc4600081bbd0c
Deploy Preview https://deploy-preview-2568--testcontainers-go.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mdelapenya commented 3 weeks ago

@zhanghexian please take a look. I forgot to change this in your original PR.

Cheers!

mdelapenya commented 3 weeks ago

FTR I'm updating the modules catalog here: https://github.com/testcontainers/community-module-registry/pull/51