Skip to content

Commit 703399b

Browse files
committed
bump lint and update timeout
1 parent b03e3ac commit 703399b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ generate: ## Run code generation logic.
6060
validate: validate-lint generate validate-dirty ## Run validation checks.
6161

6262
validate-lint: $(GOLANGCI)
63-
$(GOLANGCI) run
63+
$(GOLANGCI) run --timeout=2m
6464

6565
validate-dirty:
6666
ifdef DIRTY

hack/make/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-release-attachments depName=golangci/golangci-lint
2-
GOLANGCI_VERSION = v1.63.4
2+
GOLANGCI_VERSION = v1.64.5
33
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
44
K3D_VERSION = v5.8.1
55

0 commit comments

Comments
 (0)