mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-12 17:30:19 +00:00
63c4c05b35
updating the kubernetes to 1.31.0 in the api folder. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
14 lines
197 B
YAML
14 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)
|