The GitHub Actions job "CI" on kvrocks.git has failed. Run started by GitHub user enjoy-binbin (triggered by enjoy-binbin).
Head commit for run: acf2e9c1c68e236b581829c99de09072931d969e / Binbin <[email protected]> Remove deprecated golangci linters: structcheck, deadcode and varcheck (#1608) Ci resulted in the following warnings: ``` level=warning msg="[runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused." level=warning msg="[runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused." level=warning msg="[runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused." ``` The deadcode, structcheck and varcheck linters are deprecated by golangci-lint. It is recommended to use unused instead. And we are already using it, so this PR just removes the deprecated linters. Report URL: https://github.com/apache/kvrocks/actions/runs/5653350916 With regards, GitHub Actions via GitBox
