Skip to content

Commit 9954147

Browse files
committed
pin protobuild version to tag
Signed-off-by: Michael Crosby <[email protected]>
1 parent d58542a commit 9954147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/install-dev-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cd "$GOPATH"
2525

2626
# install the `protobuild` binary in $GOPATH/bin; requires module-aware install
2727
# to pin dependencies
28-
GO111MODULE=on go get github.com/stevvooe/protobuild
28+
GO111MODULE=on go get github.com/stevvooe/protobuild@v0.1.0
2929

3030
# the following packages need to exist in $GOPATH so we can't use
3131
# go modules-aware mode of `go get` for these includes used during

0 commit comments

Comments
 (0)