Skip to content

Commit 3e369ae

Browse files
committed
[build] Bump version of dep tool
1 parent 4edcb96 commit 3e369ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ tools: tools/dep tools/protoc
128128
tools/dep:
129129
@echo "downloading dep"
130130
mkdir -p tools
131-
curl -L https://github.com/golang/dep/releases/download/v0.5.0/dep-$(HOST_GOOS)-$(HOST_GOARCH) -o tools/dep
131+
curl -L https://github.com/golang/dep/releases/download/v0.5.1/dep-$(HOST_GOOS)-$(HOST_GOARCH) -o tools/dep
132132
chmod +x tools/dep
133133

134134
tools/protoc:

0 commit comments

Comments
 (0)