Vendor all dependencies, add docker build to makefile.
Vendor and store all dependencies. This allows us to have a makefile which builds to a minimized docker image.
This commit is contained in:
6
vendor/github.com/prometheus/procfs/Makefile
generated
vendored
Normal file
6
vendor/github.com/prometheus/procfs/Makefile
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
ci:
|
||||
! gofmt -l *.go | read nothing
|
||||
go vet
|
||||
go test -v ./...
|
||||
go get github.com/golang/lint/golint
|
||||
golint *.go
|
||||
Reference in New Issue
Block a user