From 8ff0a0edda1232f59eab4b9f3dcab1756655893e Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Tue, 5 Mar 2024 15:54:03 -0800 Subject: [PATCH] Update for RabbitMQ 3.13 Fixes #263 Address @pjk25 review comment Remove OTP 25 since RMQ 3.13 does NOT support it. Apply fix proposed by @dumbbell update mk files Remove 3.11 --- .github/workflows/release.yml | 2 +- MODULE.bazel | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8894108..890093e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,5 +7,5 @@ jobs: release: uses: rabbitmq/rabbitmq-lvc-exchange/.github/workflows/plugin-release.yml@main with: - bazel_otp_name: 25 + bazel_otp_name: "26_2" plugin_name: rabbitmq_delayed_message_exchange diff --git a/MODULE.bazel b/MODULE.bazel index 17a2196..d00f919 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -32,9 +32,9 @@ bazel_dep( archive_override( module_name = "rabbitmq-server", - strip_prefix = "rabbitmq-server-main", + strip_prefix = "rabbitmq-server-3.13.x", urls = [ - "https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/main.zip", + "https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/v3.13.x.zip", ], )