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
commit a4d64e5e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ cd "$GOPATH"
# install the `protobuild` binary in $GOPATH/bin; requires module-aware install # install the `protobuild` binary in $GOPATH/bin; requires module-aware install
# to pin dependencies # 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 # 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 # go modules-aware mode of `go get` for these includes used during