From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> Hi Jens, Just small liburing updates this time. 1) github bot: Upgrade clang version to 16. clang-16 is now available, use it. 2) CHANGELOG update. 3) Small cleanup, remove unnecessary goto and label in queue.c. Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (3): github bot: Upgrade clang version to 16 CHANGELOG: Note about `io_uring_{enter,enter2,register,setup}` queue: Remove unnecessary goto and label .github/workflows/build.yml | 6 +++--- CHANGELOG | 1 + src/queue.c | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) base-commit: 1ef00fc157cd0fa96d4da355ee86c977b6e4169e -- Ammar Faizi