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 1f9a3d9 commit df7cacbCopy full SHA for df7cacb
Makefile
@@ -88,10 +88,10 @@ 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.16.0
+ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BIN_DIR) v1.20.1
95
96
test:
97
@go test -p $(CPUS) $$(go list ./... | grep -v /vendor | grep -v /test) -coverprofile=coverage.out
0 commit comments