Closed erhancagirici closed 3 weeks ago
Update crossplane/build to d3155548bfab68fc8bea64c5526642b7b565ae33 which includes an update of golangci-lint to 1.61.0 to fix problems linting on macOS (arm64). See https://github.com/crossplane/build/pull/23
golangci-lint
1.61.0
Also includes the following deprecation fixes:
.golangci.yml
interfacer
megacheck
gosimple
staticcheck
unused
I have:
make reviewable
backport release-x.y
CI & make lint in local machine
make lint
Description of your changes
Update crossplane/build to d3155548bfab68fc8bea64c5526642b7b565ae33 which includes an update of
golangci-lint
to1.61.0
to fix problems linting on macOS (arm64). See https://github.com/crossplane/build/pull/23Also includes the following deprecation fixes:
.golangci.yml
config for several deprecated config settingsinterfacer
megacheck
withgosimple
,staticcheck
, andunused
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
CI &
make lint
in local machine