simplify and optimize deleting multiple versions of object (#2153)

This commit is contained in:
Harshavardhana
2022-06-28 20:25:50 -07:00
committed by GitHub
parent b518810106
commit ff93109b57
5 changed files with 95 additions and 124 deletions

View File

@@ -21,7 +21,7 @@ k8sdev:
getdeps:
@mkdir -p ${GOPATH}/bin
@which golangci-lint 1>/dev/null || (echo "Installing golangci-lint" && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.43.0)
@echo "Installing golangci-lint" && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.45.2
verifiers: getdeps fmt lint