mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-05 17:30:40 +08:00

updating the kubernetes release to the latest in main go.mod Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
11 lines
128 B
Makefile
11 lines
128 B
Makefile
.PHONY: ci generate clean
|
|
|
|
ci: clean generate
|
|
go test -race -v ./...
|
|
|
|
generate:
|
|
go generate .
|
|
|
|
clean:
|
|
rm -rf *_generated*.go
|