Compare commits

...

1 Commits

Author SHA1 Message Date
buildbot ff7809ed2b Update '.drone.yml' 2018-06-30 07:05:44 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pipeline:
build: build:
image: golang image: golang
commands: commands:
- echo "Fetching Deps"
- go list ./... | xargs go get - go list ./... | xargs go get
- go get -u github.com/golang/lint/golint - go get -u github.com/golang/lint/golint
- go list ./... | xargs go vet - go list ./... | xargs go vet