We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e664552 + 3cc4db9 commit b8c6a2bCopy full SHA for b8c6a2b
Makefile
@@ -324,7 +324,7 @@ GOLANGCI_LINT_VERSION ?= v1.55.2
324
.PHONY: lint
325
lint:
326
test -s $(GOLANGCI_LINT) || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LOCALBIN) $(GOLANGCI_LINT_VERSION)
327
- $(GOLANGCI_LINT) run --timeout 5m
+ GOMEMLIMIT=2GiB $(GOLANGCI_LINT) run --timeout 10m
328
329
.PHONY: lint-metrics
330
lint-metrics:
0 commit comments