Remove dep from drone pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
IamTheFij 2019-08-09 18:06:22 -07:00
parent 0d332b2f05
commit 70a8330d64

View File

@ -8,7 +8,6 @@ steps:
- name: build - name: build
image: golang:1.11 image: golang:1.11
commands: commands:
- go get -u github.com/golang/dep/cmd/dep
- make build - make build
--- ---