Skip to content

Commit 6ace5a6

Browse files
authored
build: Upgrade tooling, notably go to v1.22.2 (#561)
**What problem does this PR solve?**: Manually upgrading tooling now that weekly devbox update job is disabled (cannot create PRs due to GHA security restrictions). **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 8cabc52 commit 6ace5a6

File tree

4 files changed

+1238
-202
lines changed

4 files changed

+1238
-202
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: go-mod-tidy
4747
exclude: ^docs/
4848
- repo: https://github.com/pre-commit/pre-commit-hooks
49-
rev: v4.4.0
49+
rev: v4.6.0
5050
hooks:
5151
- id: trailing-whitespace
5252
stages: [commit]
@@ -75,7 +75,7 @@ repos:
7575
stages: [commit]
7676
exclude: ^charts/cluster-api-runtime-extensions-nutanix/README.md$
7777
- repo: https://github.com/rhysd/actionlint
78-
rev: v1.6.25
78+
rev: v1.6.27
7979
hooks:
8080
- id: actionlint-system
8181
stages: [commit]
@@ -94,19 +94,19 @@ repos:
9494
- id: script-must-have-extension
9595
stages: [commit]
9696
- repo: https://github.com/shellcheck-py/shellcheck-py
97-
rev: v0.9.0.5
97+
rev: v0.10.0.1
9898
hooks:
9999
- id: shellcheck
100100
stages: [commit]
101101
args: ["-e", "SC2211", "-x"]
102102
- repo: https://github.com/igorshubovych/markdownlint-cli
103-
rev: v0.36.0
103+
rev: v0.39.0
104104
hooks:
105105
- id: markdownlint
106106
stages: [commit]
107107
exclude: ^(CHANGELOG.md|charts/.+/README.md|.github/pull_request_template.md)$
108108
- repo: https://github.com/Lucas-C/pre-commit-hooks
109-
rev: v1.5.4
109+
rev: v1.5.5
110110
hooks:
111111
- id: insert-license
112112
name: License headers - Go
@@ -140,7 +140,7 @@ repos:
140140
- <!--|| -->
141141
- --allow-past-years
142142
- repo: https://github.com/norwoodj/helm-docs
143-
rev: v1.11.1
143+
rev: v1.13.1
144144
hooks:
145145
- id: helm-docs
146146
stages: [commit]

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gotestsum@latest",
1818
"govulncheck@latest",
1919
"helm-docs@latest",
20-
"hugo@latest",
20+
"hugo@0.124.1",
2121
"kind@latest",
2222
"ko@latest",
2323
"kubebuilder@latest",

0 commit comments

Comments
 (0)