Skip to content

Commit

Permalink
GHA: use Kafka 3.5 for now
Browse files Browse the repository at this point in the history
Kafka 3.6 is a bit wonky (KAFKA-15653)
  • Loading branch information
twmb committed Oct 21, 2023
1 parent 11b0f91 commit d520096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
container: golang:1.20.3
services:
kafka:
image: bitnami/kafka:latest
image: bitnami/kafka:3.5
ports:
- 9092:9092
env:
Expand Down

0 comments on commit d520096

Please sign in to comment.