From 49150af2fa52c1596c6e6c82ca8260d4bb6114ae Mon Sep 17 00:00:00 2001 From: nfel Date: Mon, 18 Nov 2024 15:09:26 +0330 Subject: [PATCH] v2: ci Signed-off-by: nfel --- buf.gen.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 006c7d7..2b74305 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -9,15 +9,15 @@ managed: value: github.com/nfel plugins: # NOTE: golang - - remote: buf.build/grpc/go + # - remote: buf.build/grpc/go # NOTE: grpc # go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - # - local: protoc-gen-go-grpc + - local: protoc-gen-go-grpc out: stub/go # NOTE: PB files # go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - # - local: protoc-gen-go - - remote: buf.build/protocolbuffers/go:v1.30.0 + - local: protoc-gen-go + # - remote: buf.build/protocolbuffers/go:v1.30.0 out: stub/go # NOTE: doc # - local: protoc-gen-doc @@ -39,9 +39,9 @@ plugins: # # - plugin=mix # out: stub/go # NOTE: Typescript - - remote: buf.build/bufbuild/es:v2.2.2 - # opt: import_prefix=github.com/nfel - out: stub/ts + # - remote: buf.build/bufbuild/es:v2.2.2 + # # opt: import_prefix=github.com/nfel + # out: stub/ts # - local: protobuf-ts # # opt: import_prefix=github.com/nfel