mirror of
https://github.com/crazy-max/diun.git
synced 2025-04-29 13:09:54 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.3 to 0.32.0. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.29.3...v0.32.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
197 B
YAML
13 lines
197 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go test -short -coverprofile=coverage.txt -covermode=count ./...
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|