Upgrade protoc, protoc-gen-go and protoc-gen-go-grpc

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2022-04-27 21:23:21 +00:00
parent 2c6760005c
commit 180c7535d7
2 changed files with 3 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
#
set -eu -o pipefail
PROTOBUF_VERSION=3.11.4
PROTOBUF_VERSION=3.20.1
GOARCH=$(go env GOARCH)
GOOS=$(go env GOOS)
PROTOBUF_DIR=$(mktemp -d)