summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2024-05-07 07:46:08 (GMT)
committerThomas Haller <thaller@redhat.com>2024-05-07 07:52:05 (GMT)
commit30da51072975cd7733cfee27305f8512b733216e (patch)
tree2ed118c698325062f0d87309e778b5acfc70f70a
parent2301992be667fa51084b40ac6ad4a4155a09aeb1 (diff)
downloadlibnl-30da51072975cd7733cfee27305f8512b733216e.zip
libnl-30da51072975cd7733cfee27305f8512b733216e.tar.gz
libnl-30da51072975cd7733cfee27305f8512b733216e.tar.bz2
github,clang-format: update fedora version for clang-format
We use clang-format, but the result depends on the version of the tool. The version to be used, is the one from the github action. You can use "tools/clang-format-container.sh" to run that version in a container. Now that Fedora 40 is released, bump the Fedora version (and the used clang-format version) from Fedora 39 (17.0.6-2.fc39) to Fedora 40 (18.1.1-1.fc40). Luckily, our source code formats the same for both.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 25bb0b9..7785b18 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
container:
- image: fedora:39
+ image: fedora:40
steps:
- name: Install packages
run: |