diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6e6a1185..05d436f1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -110,7 +110,7 @@ jobs: shell: bash env: TEST_CLICKHOUSE_IMAGE: "clickhouse/clickhouse-server:23-alpine" - TEST_COUCHBASE_IMAGE: "couchbase:enterprise-7.1.1" + TEST_COUCHBASE_IMAGE: "couchbase:enterprise-7.6.3" TEST_MINIO_IMAGE: "docker.io/minio/minio:RELEASE.2024-08-17T01-24-54Z" TEST_MONGODB_IMAGE: "docker.io/mongo:7" TEST_MSSQL_IMAGE: "mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04" diff --git a/.github/workflows/test-couchbase.yml b/.github/workflows/test-couchbase.yml index e400ec2f..c984ff47 100644 --- a/.github/workflows/test-couchbase.yml +++ b/.github/workflows/test-couchbase.yml @@ -27,5 +27,5 @@ jobs: go-version: '${{ matrix.go-version }}' - name: Run Test env: - TEST_COUCHBASE_IMAGE: couchbase:enterprise-7.1.1 + TEST_COUCHBASE_IMAGE: couchbase:enterprise-7.6.3 run: cd ./couchbase && go test ./... -v -race diff --git a/couchbase/couchbase_test.go b/couchbase/couchbase_test.go index 1542b0ee..1f29b4ff 100644 --- a/couchbase/couchbase_test.go +++ b/couchbase/couchbase_test.go @@ -12,7 +12,7 @@ import ( const ( // couchbaseImage is the default image used for running couchbase in tests. - couchbaseImage = "couchbase:enterprise-7.1.1" + couchbaseImage = "couchbase:enterprise-7.6.3" couchbaseImageEnvVar string = "TEST_COUCHBASE_IMAGE" couchbaseUser string = "default" couchbasePass string = "password"