From 9954147c0343639c538cc77416022e263090be80 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 9 Sep 2021 15:26:25 -0400 Subject: [PATCH] pin protobuild version to tag Signed-off-by: Michael Crosby --- script/setup/install-dev-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-dev-tools b/script/setup/install-dev-tools index aa6579cee..86e0f2b61 100755 --- a/script/setup/install-dev-tools +++ b/script/setup/install-dev-tools @@ -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