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

Update golangci-lint version #3928

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

michel-laterman
Copy link
Contributor

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

Copy link
Contributor

mergify bot commented Sep 19, 2024

This pull request does not have a backport label. Could you fix it @michel-laterman? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label to automatically backport to the 8./d branch. /d is the digit

Copy link
Contributor

mergify bot commented Sep 19, 2024

backport-8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label and remove the backport-8.x label.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Sep 19, 2024
@michel-laterman michel-laterman merged commit da96da3 into elastic:main Sep 20, 2024
8 checks passed
@michel-laterman michel-laterman deleted the update-linter branch September 20, 2024 16:10
mergify bot pushed a commit that referenced this pull request Sep 20, 2024
michel-laterman added a commit that referenced this pull request Sep 20, 2024
(cherry picked from commit da96da3)

Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants