This commit is contained in:
elianddb
2025-07-25 14:30:29 -07:00
parent e58a5e68ae
commit e6630d6905

View File

@@ -159,7 +159,7 @@ jobs:
(cd third_party/protobuf && bazel build //:protoc)
(cd third_party/protobuf-go && go build -o ._protoc-gen-go ./cmd/protoc-gen-go)
(cd third_party/grpc-go/cmd/protoc-gen-go-grpc && go build -o ._protoc-gen-go-grpc .)
make clean
make clean all
find ../go/gen/proto -name '*.pb.go' -exec gofmt -s -w {} +
find ../go/gen/proto -name '*.pb.go' -exec goimports -w {} +
changes=$(git status --porcelain)