From 1ba6943a50129afa558a88f34d3a6234ae93e2ed Mon Sep 17 00:00:00 2001 From: George MacRorie Date: Wed, 16 Aug 2023 15:42:45 +0100 Subject: [PATCH 1/2] fix(buf): use the remote plugins for go and go-grpc --- buf.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 9554b68..afdab3a 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1,10 +1,10 @@ version: v1 plugins: - - name: go + - name: buf.build/protocolbuffers/go out: . opt: - paths=source_relative - - name: go-grpc + - name: buf.build/grpc/go:v1.3.0 out: . opt: - paths=source_relative From cbbb4ffe8a9d729f7013c5d0a745b6cb73c50e8e Mon Sep 17 00:00:00 2001 From: George MacRorie Date: Wed, 16 Aug 2023 15:44:46 +0100 Subject: [PATCH 2/2] fix(buf): use remote plugins for generation --- buf.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index afdab3a..b6c5e94 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -1,10 +1,10 @@ version: v1 plugins: - - name: buf.build/protocolbuffers/go + - plugin: buf.build/protocolbuffers/go out: . opt: - paths=source_relative - - name: buf.build/grpc/go:v1.3.0 + - plugin: buf.build/grpc/go:v1.3.0 out: . opt: - paths=source_relative