/{.github,go}: update protoc in protobufs

This commit is contained in:
coffeegoddd
2025-01-21 17:10:10 -08:00
parent 97f8fedd41
commit 7ce492af50
10 changed files with 21 additions and 28 deletions
+2
View File
@@ -153,6 +153,8 @@ jobs:
pull: "--ff"
- name: Check generated protobufs
working-directory: ./proto
env:
USE_BAZEL_VERSION: 7.4.0
run: |
(cd third_party/protobuf && bazel build //:protoc)
(cd third_party/protobuf-go && go build -o ._protoc-gen-go ./cmd/protoc-gen-go)