Skip to content

Commit d40631f

Browse files
zhujian7caicloud-bot
authored andcommitted
chore(*): update golangci-lint version from 1.16.0 to 1.20.1 (#14)
1 parent 7ba8bc6 commit d40631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ 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):
9494
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(BIN_DIR) v1.20.1

0 commit comments

Comments
 (0)