Merge pull request #5969 from crosbymichael/pin-pbuild

This commit is contained in:
Fu Wei
2021-09-10 07:48:48 +08:00
committed by GitHub

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