Fix drone build caused by golang regression

remotes/1698823321490190475/tmp_refs/heads/update-golang
Jonas Franz 5 years ago
parent b024c0dd5d
commit e5c2363268
  1. 1
      .drone.yml

@ -15,6 +15,7 @@ pipeline:
environment:
GOPATH: /go
commands:
- apk --no-cache add git
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- go get -u github.com/gobuffalo/packr/...

Loading…
Cancel
Save