Skip to content

Commit df7cacb

Browse files
committed
chore(*): update golangci-lint version from 1.16.0 to 1.20.1
1 parent 1f9a3d9 commit df7cacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ build: build-local
8888

8989
# more info about `GOGC` env: https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
9090
lint: $(GOLANGCI_LINT)
91-
@GOGC=5 $(GOLANGCI_LINT) run
91+
@$(GOLANGCI_LINT) run
9292

9393
$(GOLANGCI_LINT):
94-
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BIN_DIR) v1.16.0
94+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BIN_DIR) v1.20.1
9595

9696
test:
9797
@go test -p $(CPUS) $$(go list ./... | grep -v /vendor | grep -v /test) -coverprofile=coverage.out

0 commit comments

Comments
 (0)