Makefile: improve tooling
This commit improves the tooling for the repo and makes all go binaries managed with go mod. This ensures all tooling is vendored.
This commit is contained in:
@@ -15,12 +15,8 @@ env:
|
||||
|
||||
install: true
|
||||
|
||||
before_install:
|
||||
- go get -u golang.org/x/lint/golint
|
||||
|
||||
script:
|
||||
- make
|
||||
- make vendor
|
||||
- make unit
|
||||
- make lint
|
||||
- make container
|
||||
|
Reference in New Issue
Block a user