We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba8bc6 commit d40631fCopy full SHA for d40631f
Makefile
@@ -88,7 +88,7 @@ build: build-local
88
89
# more info about `GOGC` env: https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
90
lint: $(GOLANGCI_LINT)
91
- @GOGC=5 $(GOLANGCI_LINT) run
+ @$(GOLANGCI_LINT) run
92
93
$(GOLANGCI_LINT):
94
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BIN_DIR) v1.20.1
0 commit comments