-
Notifications
You must be signed in to change notification settings - Fork 178
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
Enhancements on code quality and stability #1029
Comments
Dependencies and Go version also need to be upgraded. |
Agree. |
hello, we use arena in deploy GPU Inference service and tfjob, but we meet a question existed long time of arena。is this issue #51 plan to supported this year? we can give some contribute, if you need. TIA! |
@chacha923 Thanks! If you have enough time to work on this. |
Based on Arena 2024 roadmap, to enhance code quality and stability, I think we need to complete the following tasks.
go fmt
,go vet
on the entire project. (chore: go fmt #1028)golangci-lint
on the entire project. (chore: fix go lint. #1030)The text was updated successfully, but these errors were encountered: