Skip to content

Commit

Permalink
chore: Bump Buf to v1.40.0 (#46288)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Sep 5, 2024
1 parent e483123 commit 3a64eae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buf-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deps:

lint:
use:
- DEFAULT
- STANDARD
- PACKAGE_NO_IMPORT_CYCLE
# Top-level types require comments.
# TODO(codingllama): Fix messages and enable linters below.
Expand All @@ -28,7 +28,7 @@ lint:
- ENUM_VALUE_UPPER_SNAKE_CASE
- FIELD_LOWER_SNAKE_CASE
- ONEOF_LOWER_SNAKE_CASE
# DEFAULT
# STANDARD
- ENUM_VALUE_PREFIX
- ENUM_ZERO_VALUE_SUFFIX
- PACKAGE_VERSION_SUFFIX
Expand Down
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ deps:

lint:
use:
- STANDARD
- COMMENT_ENUM
- COMMENT_MESSAGE
- COMMENT_RPC
- COMMENT_SERVICE
- DEFAULT
- PACKAGE_NO_IMPORT_CYCLE
- UNARY_RPC
except:
Expand Down
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LIBPCSCLITE_VERSION ?= 1.9.9-teleport
DEVTOOLSET ?= devtoolset-12

# Protogen related versions.
BUF_VERSION ?= v1.39.0
BUF_VERSION ?= v1.40.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

0 comments on commit 3a64eae

Please sign in to comment.