-
-
Notifications
You must be signed in to change notification settings - Fork 165
Killed Error: golangci-lint exit with code 137 #1094
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
Comments
Unfortunately, upgrading golangci-lint to v1.60.3 did not fix the issue and I still get:
This is confusing because locally I had updated golangci-lint to v1.60.3 and it ran fine. However, in the GitHub workflow, we rely on Update: Solution found! Fixing this required two pieces:
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
version: "1.60.3"
args: --config .ci/.golangci3.yml
env:
GOGC: "100" # default |
Hi. Same here. Its not only the action, I also get the memory issues locally on my computer. My golangci-lint is 1.60.3 compiled with go 1.23.
Is there a solution that I'm missing? Thanks! |
You are on the Github Action repo. If you have a reproducible context, please open an issue on the golangci-lint repo. |
Uh oh!
There was an error while loading. Please reload this page.
Welcome
Description of the problem
Relates #552
How important is it that the Go version used to run golangci-lint is the same as the Go version used by the project?
When attempting to upgrade to Go v1.23.0:
Version of golangci-lint
v1.59.1
Version of the GitHub Action
v6.1.0
Workflow file
Golangci-lint configuration
Go version
v1.23.0
Code example or link to a public repository
HashiCorp Terraform AWS Provider
The text was updated successfully, but these errors were encountered: