Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
verify: true
args: --timeout=30m
version: v2.1
version: v2.2

# Run Spectral
- name: Lint OpenAPI spec
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
CONTROLLER_TOOLS_GENERATOR_VERSION=v0.17.2
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANG_CI_LINTER_VERSION=v2.1.6
GOLANG_CI_LINTER_VERSION=v2.2.2

# Execute
# scripts/install-tools.sh
Expand Down
Loading