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 '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 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused."
Based on these messages we need to replace deadcode, structcheck, and varcheck with unused.
Upgrading golangci-lint (version 1.50.1) resulted in the following warnings:
Based on these messages we need to replace
deadcode
,structcheck
, andvarcheck
withunused
.