mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
e46a007961
With this update, we no longer import github.com/hashicorp/vault which now is under BSL license. https://github.com/hashicorp/vault/blob/main/LICENSE resolves: #4196 Signed-off-by: Rakshith R <rar@redhat.com>
7 lines
61 B
YAML
7 lines
61 B
YAML
language: go
|
|
go:
|
|
- 1.19.x
|
|
script:
|
|
- |
|
|
make unit-test
|