From 0b6ffced1d47294bc5dbfe77ae76eae3a1430311 Mon Sep 17 00:00:00 2001 From: Brett Delle Grazie Date: Mon, 23 Sep 2024 22:37:48 +0200 Subject: [PATCH] chore(build): update tools, remove glab references * we no longer require glab JIRA: CAF-0 --- .github/CODEOWNERS | 2 ++ .tool-versions | 7 +++---- README.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a4d86d0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @adaptiveconsulting/caf-team + diff --git a/.tool-versions b/.tool-versions index d8c6f41..29a0a80 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,3 @@ -glab 1.32.0 -shellcheck 0.9.0 -shfmt 3.6.0 -yq 4.34.2 +shellcheck 0.10.0 +shfmt 3.9.0 +yq 4.44.3 diff --git a/README.md b/README.md index 1565e1e..645dabc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # Dependencies - `bash`, `curl`, `tar`: generic POSIX utilities. -- `glab` +- `yq` # Install