Skip to content

Commit e9f6780

Browse files
im-kulikovvishr
authored andcommitted
[FIX] Simplify dep fetching (#1062)
* [FIX] Simplify dep fetching * fix Makefile
1 parent 353564c commit e9f6780

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
DEP_VERSION=0.4.1
2+
13
dependency:
2-
go get -u github.com/golang/dep/cmd/dep
4+
curl -fsSL -o ${GOPATH}/bin/dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64
5+
chmod +x ${GOPATH}/bin/dep
36
dep ensure
47

58
test:

0 commit comments

Comments
 (0)