From: Peter van Dijk Date: Tue, 11 Feb 2025 17:44:43 +0000 (+0100) Subject: bump clang X-Git-Tag: dnsdist-2.0.0-alpha1~102^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690a1ecd0c536d05c9310ae9c3746af959034f97;p=thirdparty%2Fpdns.git bump clang --- diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 78c639e75b..4ac84a7e77 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -21,7 +21,7 @@ jobs: - name: Update dependencies run: | sudo apt-get update - sudo apt-get -qq --no-install-recommends install git clang-11 + sudo apt-get -qq --no-install-recommends install git clang-19 - name: Run format-code on files that should be formatted run: | ./build-scripts/format-code $(find . -type f -name '*.[ch][ch]' | sort | comm -23 - .not-formatted)