Skip to content

Commit

Permalink
cloudbuild: update protoc-gen-go to v1.26.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee authored Apr 4, 2021
1 parent a0741e4 commit 6473538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protoc binary with Go protoc plugins container images.

#### Go protoc plugins

- [google.golang.org/protobuf/cmd/protoc-gen-go@v1.25.0](https://github.com/protocolbuffers/protobuf-go/tree/v1.25.0)
- [google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0](https://github.com/protocolbuffers/protobuf-go/tree/v1.26.0)
- [google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.0.1](https://github.com/grpc/grpc-go/tree/cmd/protoc-gen-go-grpc/v1.0.1/cmd/protoc-gen-go-grpc)


Expand Down
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ substitutions:
_PROTOC_VERSION: "3.15.7"
_GOLANG_VERSION: "1.16"
_ALPINE_VERSION: "3.13"
_PROTOC_GEN_GO_VERSION: "v1.25.0"
_PROTOC_GEN_GO_VERSION: "v1.26.0"
_PROTOC_GEN_GO_GRPC_VERSION: "v1.0.1"

tags:
Expand Down

0 comments on commit 6473538

Please sign in to comment.