From 64735382f8408538f9894c353723d985ae783715 Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Sun, 4 Apr 2021 14:43:31 +0900 Subject: [PATCH] cloudbuild: update protoc-gen-go to v1.26.0 (#14) - https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.26.0 --- README.md | 2 +- cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb5e56..2ed222c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index ce51ed5..23bba4f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -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: