Skip to content

Commit

Permalink
chore: upgrade clang-format from 15 to 16 in the CI
Browse files Browse the repository at this point in the history
pre-commit uses the version 16 of clang-format.
  • Loading branch information
delhomer committed Oct 18, 2024
1 parent b492bf9 commit e919d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/pipeline/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e919d0d

Please sign in to comment.