]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
Makefile: use a specific protoc-gen-go version
authorEric Biggers <ebiggers@google.com>
Tue, 4 Dec 2018 22:31:20 +0000 (14:31 -0800)
committerEric Biggers <ebiggers@google.com>
Tue, 4 Dec 2018 22:31:20 +0000 (14:31 -0800)
commit9475b3e930768edb05ae385620580dbf31db14a4
treea2d5b86aa7c23243580192e5b68dfec46917c5ae
parent15af139f45208bc8bf1696629c7e8a5dcc2140ce
Makefile: use a specific protoc-gen-go version

'make gen' no longer works because it uses the git version of
protoc-gen-go, which is no longer compatible with the latest released
version of github.com/golang/protobuf/proto, which we're using.  Freeze
the protoc-gen-go version so that it keeps working.
Makefile