update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
367e7a8369
commit
c9717525e2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
- go get honnef.co/go/tools/cmd/staticcheck
|
||||
- sudo apt update && sudo apt install -y libapparmor-dev libseccomp-dev
|
||||
script:
|
||||
- make IMAGE=alpine BUILDTAGS=apparmor
|
||||
- make BUILDTAGS=apparmor
|
||||
- go vet $(go list ./... | grep -v vendor)
|
||||
- staticcheck $(go list ./... | grep -v vendor)
|
||||
- test -z "$(golint ./... | grep -v vendor | tee /dev/stderr)"
|
||||
|
|
Loading…
Reference in a new issue