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.