cicd: makefile for gobuilder
This commit is contained in:
parent
31db838bfd
commit
e7b7a73176
|
|
@ -0,0 +1,10 @@
|
||||||
|
go-tools:
|
||||||
|
go install "github.com/bufbuild/buf/cmd/buf"
|
||||||
|
go install "github.com/fzipp/gocyclo/cmd/gocyclo"
|
||||||
|
go install "github.com/go-critic/go-critic/cmd/gocritic"
|
||||||
|
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/grpc/cmd/protoc-gen-go-grpc"
|
||||||
|
go install "google.golang.org/protobuf/cmd/protoc-gen-go"
|
||||||
|
|
||||||
|
.PHONY: go-tools
|
||||||
Loading…
Reference in New Issue