From cf03803fe006a053b44228bdc325b16d2f5d1643 Mon Sep 17 00:00:00 2001 From: Erik Swenson Date: Wed, 6 Dec 2023 16:02:36 -0700 Subject: [PATCH] Add rqlite 8.0.0 to tested database versions --- database/rqlite/rqlite_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/rqlite/rqlite_test.go b/database/rqlite/rqlite_test.go index 9d5c663e5..92ca02647 100644 --- a/database/rqlite/rqlite_test.go +++ b/database/rqlite/rqlite_test.go @@ -26,7 +26,8 @@ var opts = dktest.Options{ ReadyFunc: isReady, } var specs = []dktesting.ContainerSpec{ - {ImageName: "rqlite/rqlite:7.21.3", Options: opts}, + {ImageName: "rqlite/rqlite:7.21.4", Options: opts}, + {ImageName: "rqlite/rqlite:8.0.0", Options: opts}, } func isReady(ctx context.Context, c dktest.ContainerInfo) bool {