From 2b8e8f006e28348467765f93e1a5f4c0a11bf99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Delhome?= Date: Fri, 18 Oct 2024 15:16:06 +0200 Subject: [PATCH] chore: upgrade clang-format from 15 to 16 in the CI pre-commit uses the version 16 of clang-format. --- .gitlab/pipeline/lint-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/pipeline/lint-code.yml b/.gitlab/pipeline/lint-code.yml index 835dd7a0..fad2a857 100644 --- a/.gitlab/pipeline/lint-code.yml +++ b/.gitlab/pipeline/lint-code.yml @@ -6,7 +6,7 @@ clang-format: stage: lint image: - name: kszonek/clang-format-15 + name: kszonek/clang-format-16 entrypoint: [""] script: # We need to use simple BusyBox `find` syntax here.