Skip to content

Commit e347568

Browse files
authored
Update cloudbuild-library-generation-integration-test.yaml
1 parent 39a4e74 commit e347568

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ steps:
2020
args: [
2121
"build",
2222
"--no-cache",
23-
"--build-arg", "PROTOC_VERSION=33.2",
23+
# Use a fixed protoc version so that the generation result stays the same
24+
"--build-arg", "PROTOC_VERSION=25.8",
2425
"-t", "${_TEST_IMAGE}",
2526
"-f", ".cloudbuild/library_generation/library_generation_airlock.Dockerfile",
2627
"."

0 commit comments

Comments
 (0)