Skip to content
Merged
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
chore: update golangci-lint
Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel committed Dec 17, 2025
commit 8520c5bb7e290951ecd35583dce9edc24c58340c
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ manifests-validate:
kubectl apply --server-side --validate=strict --dry-run=server -f 'manifests/*.yaml'

$(TOOL_GOLANGCI_LINT): Makefile
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v2.5.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b `go env GOPATH`/bin v2.7.2

.PHONY: lint lint-go lint-ui
lint: lint-go lint-ui features-validate ## Lint the project
Expand Down
Loading