Skip to content

Commit

Permalink
fix: make lint bug
Browse files Browse the repository at this point in the history
Signed-off-by: HIHIA <283304489@qq.com>
  • Loading branch information
YTGhost committed Feb 10, 2023
1 parent 610d986 commit 45bf8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ install-golint: ## check golint if not exist install golint tools
ifeq (, $(shell which golangci-lint))
@{ \
set -e ;\
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0 ;\
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.40.0 ;\
}
GOLINT_BIN=$(shell go env GOPATH)/bin/golangci-lint
else
Expand Down

0 comments on commit 45bf8b5

Please sign in to comment.