Skip to content

Commit cb19387

Browse files
chore(deps): update dependency bufbuild/buf to v1.61.0 (#6112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a75b5b2 commit cb19387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: go-mod-tidy
4141
- repo: https://github.com/bufbuild/buf
42-
rev: v1.56.0
42+
rev: v1.61.0
4343
hooks:
4444
# Hijack an existing hook ID to run buf generate
4545
# It also mean running `pre-commit run buf-format` will run both format and generate

env-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BIN_DIR="$(go env GOBIN)"
1818
BIN_DIR="${BIN_DIR:-$(go env GOPATH)/bin}"
1919

2020
# renovate: datasource=github-releases depName=bufbuild/buf
21-
BUF_VERSION='v1.56.0'
21+
BUF_VERSION='v1.61.0'
2222

2323
# Substitute BINARY_NAME for "buf", "protoc-gen-buf-breaking", or "protoc-gen-buf-lint".
2424
BINARY_NAME="buf"

0 commit comments

Comments
 (0)