We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/code/flyte/flyteadmin git:[rbac-poc] make lint-fix Makefile:37: warning: overriding commands for target `k8s_integration_execute' ../boilerplate/flyte/end2end/Makefile:18: warning: ignoring old commands for target `k8s_integration_execute' Makefile:19: warning: overriding commands for target `generate' ../boilerplate/flyte/golang_test_targets/Makefile:14: warning: ignoring old commands for target `generate' Makefile:31: warning: overriding commands for target `test_unit_codecov' ../boilerplate/flyte/golang_test_targets/Makefile:55: warning: ignoring old commands for target `test_unit_codecov' mkdir -p ./bin go build -o pflags ./cli/pflags/main.go && mv ./pflags ./bin Using temp directory /var/folders/h0/cm6xy2g1463675c79_kb76l40000gn/T/gotooling-XXX.uczXz7WLFQ /var/folders/h0/cm6xy2g1463675c79_kb76l40000gn/T/gotooling-XXX.uczXz7WLFQ ~/code/flyte/flyteadmin Installing github.com/EngHabu/mockery/cmd/mockery Renaming mockery to mockery-fork Installing github.com/vektra/mockery/v2@v2.40.3 Renaming mockery to mockery-v2 Installing github.com/golangci/golangci-lint/cmd/golangci-lint Installing github.com/daixiang0/gci Installing github.com/alvaroloes/enumer Installing github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc Renaming mockery-fork to mockery ~/code/flyte/flyteadmin GL_DEBUG=linters_output,env golangci-lint run --fix --timeout=5m --exclude deprecated -v make: *** [lint] Killed: 9
This appears to be related to how golangci-lint detects go versions and may be fixed in a new version which I am going to test out.
golangci-lint
golangci-lint does not get killed
Running in a goland terminal.
~/code/flyte/flyteadmin git:[rbac-poc] go version go version go1.22.0 darwin/arm64
No response
The text was updated successfully, but these errors were encountered:
This seems to be resolved when I drop other delete other go versions from my system hmmm.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
This appears to be related to how
golangci-lint
detects go versions and may be fixed in a new version which I am going to test out.Expected behavior
golangci-lint does not get killed
Additional context to reproduce
Running in a goland terminal.
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: