pin protobuild version to tag
Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
parent
d58542a9d1
commit
9954147c03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user