Skip to content

Commit

Permalink
chore: update tool versions (#3413)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: mitsudome-r <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
2 people authored and oguzkaganozt committed Feb 19, 2024
1 parent 836e0dc commit 049719b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/pre_commit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `clang_format_version` variable can also be found in:
[./defaults/main.yaml](./defaults/main.yaml)

```bash
clang_format_version=16.0.0
clang_format_version=17.0.4
pip3 install pre-commit clang-format==${clang_format_version}

sudo apt install golang
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/pre_commit/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
clang_format_version: 16.0.0
clang_format_version: 17.0.4

0 comments on commit 049719b

Please sign in to comment.