-
Notifications
You must be signed in to change notification settings - Fork 5
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
support golang autofix #8
Comments
Using https://github.com/golangci/golangci-lint ? Excellent idea! 💯 Thanks for the suggestion |
My first intension is to auto uggrade go version https://github.com/gitpod-io/workspace-images/blob/81a67e22ec616fcf2f102541e8ceb6dcf929c213/full/Dockerfile#L78. But if we have both, also works for me :) |
Aha, great idea too! I think we need both. 👍 Also, the Go version itself isn't really a module, but note that there is already https://github.com/autofix-dev/autofix/blob/master/fixers/upgrade-go-modules.js (which just auto-upgrades Also please let me know if you'd like any help! I'm happy to help make this happen. 🚀 |
Where can I get the latest version number of golang, the way I find best is https://golang.org/dl/. But looks like we need to parse version from the html. |
No description provided.
The text was updated successfully, but these errors were encountered: