From 4162ca7947d5eb3ab823c4e93ad7bb0f1be8c85f Mon Sep 17 00:00:00 2001 From: Ganeshrockz Date: Mon, 18 Dec 2023 16:14:38 +0530 Subject: [PATCH] Remove RC1 tags --- .github/workflows/bin-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bin-ci.yml b/.github/workflows/bin-ci.yml index 9a916ca3..2816005d 100644 --- a/.github/workflows/bin-ci.yml +++ b/.github/workflows/bin-ci.yml @@ -53,8 +53,8 @@ jobs: strategy: matrix: consul-version: - - 1.17.1-rc1 - - 1.17.1-rc1+ent + - 1.17.1 + - 1.17.1+ent env: TEST_RESULTS_DIR: /tmp/test-results GOTESTSUM_VERSION: 1.8.2