We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03e3ac commit 703399bCopy full SHA for 703399b
2 files changed
Makefile
@@ -60,7 +60,7 @@ generate: ## Run code generation logic.
60
validate: validate-lint generate validate-dirty ## Run validation checks.
61
62
validate-lint: $(GOLANGCI)
63
- $(GOLANGCI) run
+ $(GOLANGCI) run --timeout=2m
64
65
validate-dirty:
66
ifdef DIRTY
hack/make/deps.mk
@@ -1,5 +1,5 @@
1
# renovate: datasource=github-release-attachments depName=golangci/golangci-lint
2
-GOLANGCI_VERSION = v1.63.4
+GOLANGCI_VERSION = v1.64.5
3
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
4
K3D_VERSION = v5.8.1
5
0 commit comments