-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
gosec: impact on performances (v1.58.2) #4735
Labels
bug
Something isn't working
Comments
5 tasks
We have 3 solutions:
Note: using a fork is not a viable solution. |
codeboten
added a commit
to codeboten/opentelemetry-collector-contrib
that referenced
this issue
May 22, 2024
This is causing performance issue w/ the linters as discussed in golangci/golangci-lint#4735 Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
codeboten
added a commit
to open-telemetry/opentelemetry-collector-contrib
that referenced
this issue
May 22, 2024
This is causing performance issue w/ the linters as discussed in golangci/golangci-lint#4735 Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
This was referenced Jun 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome
Description of the problem
The way to detect the Go version has been changed since gosec v2.20.0, this has an impact on performances inside golangci-lint.
v1.58.2
v1.58.1
Related to #4724
Related to securego/gosec#1119
Workaround:
Version of golangci-lint
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
https://github.com/golangci/golangci-lint
Validation
The text was updated successfully, but these errors were encountered: