Skip to content

Commit 2047595

Browse files
committed
Test bazel 7.1.0
1 parent 083ad54 commit 2047595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/install_validator_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
1313
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
1414

1515
echo $(GREEN "Updating and installing apt packages...")
16-
sudo apt update && sudo apt install bazel-5.4.0 clang python3 python3-pip protobuf-compiler
16+
sudo apt update && sudo apt install bazel-7.1.0 clang python3 python3-pip protobuf-compiler
1717

1818
echo $(GREEN "Installing protobuf python module...")
1919
pip3 install protobuf==3.19.4

0 commit comments

Comments
 (0)