mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
fb7dc13dfe
updated few packages in go.mod to latest available release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
19 lines
195 B
YAML
19 lines
195 B
YAML
language: go
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
|
|
go:
|
|
- gotip
|
|
- 1.16.x
|
|
- 1.15.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
install: skip
|
|
|
|
script:
|
|
- go mod tidy && git diff --exit-code go.mod go.sum
|
|
- make test
|