Update protobuf version and add service prefix

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-05-04 22:31:38 -07:00
parent 1ba75c411d
commit 8205afc00c
8 changed files with 105 additions and 102 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)