From 83dd4d7200f83d8123fdb39d9f4748d04b8ab84e Mon Sep 17 00:00:00 2001 From: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:02:52 +0200 Subject: [PATCH] Change RE image to edge-focal (#2884) * Change RE image to edge-focal * Fix typo * change tag to 7.2.4-108 --- .github/workflows/test-redis-enterprise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-redis-enterprise.yml b/.github/workflows/test-redis-enterprise.yml index d14766fb1..82946dd3c 100644 --- a/.github/workflows/test-redis-enterprise.yml +++ b/.github/workflows/test-redis-enterprise.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: go-version: [1.21.x] - re-build: ["7.2.4-92"] + re-build: ["7.2.4-108"] steps: - name: Checkout code