From c08317f79b7f366fe09d64dabe9db5e99f84256f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 27 Jun 2026 15:25:04 +0700 Subject: [PATCH] test(mongo): use mongodb 8 container --- internal/mongostore/store_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/mongostore/store_test.go b/internal/mongostore/store_test.go index 464ec5b..4244396 100644 --- a/internal/mongostore/store_test.go +++ b/internal/mongostore/store_test.go @@ -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