Skip to content

Commit 337641a

Browse files
Build: Pin the protobuf library to v26.1 (#2064)
Build: Pin the protobuf library to v26.1
1 parent f64c2d9 commit 337641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/protos/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pushd "$WORK_DIR"
4444
git clone --depth 1 https://github.com/googleapis/googleapis.git
4545
# Protobuf may have breaking changes, so it will be pinned to a specific release.
4646
# TODO(version) nodejs-firestore should maintain the version number of protobuf manually
47-
git clone --single-branch --branch v27.0 --depth 1 https://github.com/google/protobuf.git
47+
git clone --single-branch --branch v26.1 --depth 1 https://github.com/google/protobuf.git
4848

4949
# Copy necessary protos.
5050
mkdir -p "${PROTOS_DIR}/google/api"

0 commit comments

Comments
 (0)