Error on running golangci-lint run

I am having difficulty running golangci-lint run
ERRO Running error: no such linter revive, run golangci-lint linters to see the list of supported linters
Also, golangci-lint run -enable-all as mentioned in golangci-lint docs is of no help.

@MUzairS15, you’ll want to confirm that you have golangci-lint locally installed - Install | golangci-lint

yes, it is installed golangci-lint --version gives correct output

Solved.
Uninstalling and installing the latest version solved the issue, (earlier I was downloading 1.30.0)