pin protobuild version to tag

Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
Michael Crosby 2021-09-09 15:26:25 -04:00
parent d58542a9d1
commit 9954147c03
No known key found for this signature in database
GPG Key ID: 774CC099B111A8BB

View File

@ -25,7 +25,7 @@ cd "$GOPATH"
# install the `protobuild` binary in $GOPATH/bin; requires module-aware install
# to pin dependencies
GO111MODULE=on go get github.com/stevvooe/protobuild
GO111MODULE=on go get github.com/stevvooe/protobuild@v0.1.0
# the following packages need to exist in $GOPATH so we can't use
# go modules-aware mode of `go get` for these includes used during