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