test(mongo): use mongodb 8 container

This commit is contained in:
2026-06-27 15:25:04 +07:00
parent 96f1c2ecc4
commit c08317f79b
+1 -1
View File
@@ -33,7 +33,7 @@ func testMongo(t *testing.T) *Store {
ctx := context.Background()
sharedClientOnce.Do(func() {
container, err := tcmongo.Run(ctx, "mongo:7")
container, err := tcmongo.Run(ctx, "mongo:8")
if err != nil {
sharedClientErr = err
return