
This brings in some cri api changes for cgroups, Windows pod sandbox security context changes and some new fields for the Windows version of a privileged container. This also unfortunately bumps the prometheus client, grpc middleware, bolt and klog :( Signed-off-by: Daniel Canter <dcanter@microsoft.com>
19 lines
259 B
YAML
19 lines
259 B
YAML
language: go
|
|
go_import_path: go.etcd.io/bbolt
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.15
|
|
|
|
before_install:
|
|
- go get -v golang.org/x/sys/unix
|
|
- go get -v honnef.co/go/tools/...
|
|
- go get -v github.com/kisielk/errcheck
|
|
|
|
script:
|
|
- make fmt
|
|
- make test
|
|
- make race
|
|
# - make errcheck
|