mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 23:00:19 +00:00
aa4271a32a
even 1.9.9 i havign security vulnerabilities https://github.com/ceph/ceph-csi/actions/ \runs/5088482029/jobs/9144940410?pr=3859 updating the vault to latest release and all other updates are due to the dependency update by `go mod tidy` Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
14 lines
107 B
YAML
14 lines
107 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.x"
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install:
|
|
- go get ./...
|
|
|
|
script:
|
|
- go test ./...
|