Skip to content

Commit 18946e1

Browse files
fix(ci): update protoc version to v33.4 to match generated files
The committed protobuf files were generated with protoc v33.4, but CI was installing v33.0. This version mismatch caused verify-codegen to fail because regenerating with a different protoc version produces different file headers.
1 parent cc2fcce commit 18946e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ go_tools:
3434

3535
# Protocol Buffers / gRPC
3636
protobuf:
37-
protobuf: 'v33.0'
37+
protobuf: 'v33.4'
3838
protoc_gen_go: 'v1.36.10'
3939
protoc_gen_go_grpc: 'v1.5.1'

0 commit comments

Comments
 (0)