Skip to content

Commit 8ff0a0e

Browse files
committed
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
1 parent d0bfc45 commit 8ff0a0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
release:
88
uses: rabbitmq/rabbitmq-lvc-exchange/.github/workflows/plugin-release.yml@main
99
with:
10-
bazel_otp_name: 25
10+
bazel_otp_name: "26_2"
1111
plugin_name: rabbitmq_delayed_message_exchange

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ bazel_dep(
3232

3333
archive_override(
3434
module_name = "rabbitmq-server",
35-
strip_prefix = "rabbitmq-server-main",
35+
strip_prefix = "rabbitmq-server-3.13.x",
3636
urls = [
37-
"https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/main.zip",
37+
"https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/v3.13.x.zip",
3838
],
3939
)
4040

0 commit comments

Comments
 (0)