Skip to content

Commit

Permalink
pin to github.com/stevvooe/protobuild@v0.1.0
Browse files Browse the repository at this point in the history
the module was renamed to github.com/containerd/protobuild, but
go modules ignores the rename and pulls v0.2.0 (which is after the
rename)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 23, 2022
1 parent 86bec21 commit 52c30d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup/install-dev-tools
Expand Up @@ -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
Expand Down

0 comments on commit 52c30d4

Please sign in to comment.