Skip to content

Commit

Permalink
[v16] chore: Bump Buf to v1.48.0 (#50486)
Browse files Browse the repository at this point in the history
* chore: Bump Buf to v1.48.0

* Remove breaking.use hack from buf-legacy.yaml

* Update generated protos

* Normalize grpcbox base image
  • Loading branch information
codingllama authored Dec 20, 2024
1 parent 7f47b40 commit c886bee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
4 changes: 0 additions & 4 deletions buf-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ lint:
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_REQUEST_STANDARD_NAME
- RPC_RESPONSE_STANDARD_NAME

breaking:
use:
- "buf-legacy.yaml should not be used for buf breaking"
2 changes: 1 addition & 1 deletion build.assets/Dockerfile-grpcbox
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM docker.io/golang:1.22
FROM docker.io/golang:1.23

# Image layers go from less likely to most likely to change.
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LIBPCSCLITE_VERSION ?= 1.9.9-teleport
DEVTOOLSET ?= devtoolset-12

# Protogen related versions.
BUF_VERSION ?= v1.42.0
BUF_VERSION ?= v1.48.0
# Keep in sync with api/proto/buf.yaml (and buf.lock).
GOGO_PROTO_TAG ?= v1.3.2
NODE_GRPC_TOOLS_VERSION ?= 1.12.4
Expand Down
12 changes: 5 additions & 7 deletions gen/proto/ts/google/protobuf/descriptor_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c886bee

Please sign in to comment.