Use containerd/protobuild instead of stevvooe/protobuild

The new version still supports gogo/protobuf, but can be used with newer
protobuf packages if version = 2.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2022-02-21 17:42:35 +00:00
parent 8b9498909d
commit 77c0539e9a
4 changed files with 34 additions and 34 deletions

View File

@@ -21,7 +21,7 @@
set -eu -o pipefail
# install `protobuild` and other commands
go install github.com/stevvooe/protobuild@v0.1.0
go install github.com/containerd/protobuild@7e5ee24bc1f70e9e289fef15e2631eb3491320bf
go install github.com/cpuguy83/go-md2man/v2@v2.0.1
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.0