Skip to content

Commit 6f70d1f

Browse files
committed
Fix Kafka binary link
1 parent 7cb90cc commit 6f70d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kafka_api_bazel_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
KAFKA_SRC_LINK: https://dlcdn.apache.org/kafka/3.2.0/kafka_2.13-3.2.0.tgz
10+
KAFKA_SRC_LINK: https://downloads.apache.org/kafka/3.3.1/kafka_2.13-3.3.1.tgz
1111
CPU_CORE_NUM: 2
1212
LIBRDKAFKA_TAG: v1.9.2
1313

.github/workflows/kafka_api_ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
KAFKA_SRC_LINK: https://dlcdn.apache.org/kafka/3.2.0/kafka_2.13-3.2.0.tgz
10+
KAFKA_SRC_LINK: https://downloads.apache.org/kafka/3.3.1/kafka_2.13-3.3.1.tgz
1111
CPU_CORE_NUM: 2
1212
LIBRDKAFKA_TAG: v1.9.2
1313
BUILD_SUB_DIR: builds/sub-build

0 commit comments

Comments
 (0)