Skip to content

Commit

Permalink
cloudbuild: update protoc version to v3.15.3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee authored Apr 3, 2021
1 parent faeaf5e commit 5e425a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Supported:
- [v3.15.0](https://github.com/protocolbuffers/protobuf/releases/v3.15.0)
- [v3.15.1](https://github.com/protocolbuffers/protobuf/releases/v3.15.1)
- [v3.15.2](https://github.com/protocolbuffers/protobuf/releases/v3.15.2)
- [v3.15.3](https://github.com/protocolbuffers/protobuf/releases/v3.15.3)

See also [protocolbuffers/protobuf/releases][protocolbuffers/protobuf/releases].

Expand Down
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ steps:
- protoc-debug

substitutions:
_PROTOC_VERSION: "3.15.2"
_PROTOC_VERSION: "3.15.3"
_GOLANG_VERSION: "1.16"
_ALPINE_VERSION: "3.13"
_PROTOC_GEN_GO_VERSION: "v1.25.0"
Expand Down

0 comments on commit 5e425a2

Please sign in to comment.