update operator to latest master (#792)

this is to remove logsearchapi dependency
on audit.Entry structure from MinIO server.
This commit is contained in:
Harshavardhana
2021-06-07 20:53:03 -07:00
committed by GitHub
parent c2dc7391e4
commit 91f165ca32
11 changed files with 29 additions and 168 deletions

View File

@@ -19,7 +19,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.27.0)
@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.40.1)
verifiers: getdeps fmt lint