From ca5273f7aa75ce0b3a13991c3b52f752b373c19f Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Tue, 24 Dec 2024 09:13:43 -0600 Subject: [PATCH] Apply suggestions from code review --- plugins/grpc/go/v1.5.1/buf.plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/grpc/go/v1.5.1/buf.plugin.yaml b/plugins/grpc/go/v1.5.1/buf.plugin.yaml index 45c1f546..5ff84215 100644 --- a/plugins/grpc/go/v1.5.1/buf.plugin.yaml +++ b/plugins/grpc/go/v1.5.1/buf.plugin.yaml @@ -7,7 +7,7 @@ description: Generates Go client and server stubs for the gRPC framework. output_languages: - go deps: - - plugin: buf.build/protocolbuffers/go:v1.36.2 + - plugin: buf.build/protocolbuffers/go:v1.36.1 registry: go: min_version: "1.19"