fix typo
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
c51ec1aa4f
commit
06eb03bc3b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
install:
|
install:
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
- go get honnef.co/go/tools/cmd/staticcheck
|
- go get honnef.co/go/tools/cmd/staticcheck
|
||||||
- sudo ap update && sudo apt install -y libapparmor-dev libseccomp-dev
|
- sudo apt update && sudo apt install -y libapparmor-dev libseccomp-dev
|
||||||
script:
|
script:
|
||||||
- make IMAGE=alpine
|
- make IMAGE=alpine
|
||||||
- go vet $(go list ./... | grep -v vendor)
|
- go vet $(go list ./... | grep -v vendor)
|
||||||
|
|
Loading…
Reference in a new issue