Commit 232e56e2 authored by harrylee's avatar harrylee Committed by vipwzw

update Makefile

parent d32d7bec
...@@ -69,7 +69,7 @@ update: ## version 可以是git tag打的具体版本号,也可以是commit hash ...@@ -69,7 +69,7 @@ update: ## version 可以是git tag打的具体版本号,也可以是commit hash
go get github.com/33cn/chain33@master ;fi go get github.com/33cn/chain33@master ;fi
@go mod tidy @go mod tidy
dep: dep:
@go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1 @go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
@go get -u golang.org/x/tools/cmd/goimports @go get -u golang.org/x/tools/cmd/goimports
@go get -u github.com/mitchellh/gox @go get -u github.com/mitchellh/gox
@go get -u github.com/vektra/mockery/.../ @go get -u github.com/vektra/mockery/.../
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment