From 4758295f499e781687e51587f9cf8b18330243d7 Mon Sep 17 00:00:00 2001 From: yecol Date: Sat, 3 Aug 2024 15:31:15 +0800 Subject: [PATCH] fixed to version 1.34.2. --- buf.gen.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 72fc822ff..6a5db28e4 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -30,7 +30,7 @@ plugins: # Cpp - remote: buf.build/protocolbuffers/cpp:v27.1 out: cpp/proto - # Go: (caution for compatibility: the oldest available version of the plugin is v1.28.1) - - remote: buf.build/protocolbuffers/go:v1.28.1 + # Go (Version compatibility: based on v27 as stated on https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.34.2) + - remote: buf.build/protocolbuffers/go:v1.34.2 out: go/proto # Java (disabled for buf): Code will be generated by maven plugin \ No newline at end of file