fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

pin versions of protoc-gen-go and grpc/go plugins (#557)

+3 -3
+3 -3
cmd/zoekt-sourcegraph-indexserver/protos/sourcegraph/zoekt/configuration/v1/buf.gen.yaml
··· 1 1 # Configuration file for https://buf.build/, which we use for Protobuf code generation. 2 2 version: v1 3 3 plugins: 4 - - plugin: buf.build/protocolbuffers/go 4 + - plugin: buf.build/protocolbuffers/go:v1.28.1 5 5 out: . 6 6 opt: 7 7 - paths=source_relative 8 - - plugin: buf.build/grpc/go 8 + - plugin: buf.build/grpc/go:v1.3.0 9 9 out: . 10 10 opt: 11 - - paths=source_relative 11 + - paths=source_relative