BewareMyPower opened a new pull request, #1030: URL: https://github.com/apache/pulsar-client-go/pull/1030
### Motivation The master branch is broken: ``` E: Package 'openjdk-11-jre-headless' has no installation candidate The command '/bin/sh -c apt-get update && apt-get install -y openjdk-11-jre-headless ca-certificates' returned a non-zero code: 100 make: *** [Makefile:41: container] Error 100 ``` See https://github.com/apache/pulsar-client-go/actions/runs/5274623023/jobs/9543594971?pr=1029 It's because the latest `golang` image does not have the `openjdk-11-jre-headless` ### Modifications Install `openjdk-17-jre-headless` instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
