feat: update makefile
This commit is contained in:
@@ -25,12 +25,13 @@ lint:
|
||||
|
||||
.PHONY: tools
|
||||
tools:
|
||||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway
|
||||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
go install github.com/bufbuild/buf/cmd/buf
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
|
||||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
go install github.com/bufbuild/buf/cmd/buf@latest
|
||||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
go get go.ipao.vip/atom
|
||||
|
||||
.PHONY: init
|
||||
init:
|
||||
|
||||
Reference in New Issue
Block a user