mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
34fc1d847e
to v1.18.0 Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
9 lines
110 B
YAML
9 lines
110 B
YAML
language: go
|
|
go:
|
|
- "1.x"
|
|
- master
|
|
env:
|
|
- TAGS=""
|
|
- TAGS="-tags purego"
|
|
script: go test $TAGS -v ./...
|