Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x](backport #3928) Update golangci-lint version #3936

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 20, 2024

What is the problem this PR solves?

Go version update to 1.23.x causes a lot of noise in the linter.

How does this PR solve the problem?

Update the linter used to 1.65.0, fix new issues.
The most common is a gosec G115 issue that attempts to find where we can have overflows caused by casting to/from int/uint (or int/int32).
Most of these are silenced as they would not be able to occur and there are false positives in the detector, see securego/gosec#1212


This is an automatic backport of pull request #3928 done by Mergify.

@mergify mergify bot requested a review from a team as a code owner September 20, 2024 16:11
@mergify mergify bot added the backport label Sep 20, 2024
@michel-laterman michel-laterman merged commit e967cfc into 8.x Sep 20, 2024
8 checks passed
@michel-laterman michel-laterman deleted the mergify/bp/8.x/pr-3928 branch September 20, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant