This change upgrades devel/golintci-lint from 1.62.2 to 2.0.2. Given
that newer versions of golangci-lint aren't backwards compatible,
require configuration migration, and emit more errors than the 1.x
series, fork devel/golintci-lint 1.62.2 as devel/golintci-lint1 and
upgrade the version to the latest 1.62.x release. This is being done to
allow multiple consumers to continue using golangci-lint in their CI
workflows without unnecessary breakage.
Both versions require a newer version of go (1.23+). Bump the version
referenced in USES+= go to support this change.
Release notes for golintci-lint 1.64.4 and 2.0.2 can be found in the
project changelog.
Requires: D49723.
PR: 285969
Signed-off-by: Enji Cooper <ngie@FreeBSD.org>