-
-
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
gci: update the way to call Run() #1337
Conversation
9122678
to
da5370b
Compare
Wait for v0.2.4 since v0.2.3 has checksum mismatch issue. |
@daixiang0 @SVilgelm Since go seems to automatically go for the latest minor version, even though go.sum is pointing to 0.2.2 this seems to still break golangcli-lint. Can we have the 0.2.4 released soon and merged to prevents builds from breaking while using golangcli-lint? Thanks! |
Signed-off-by: Xiang Dai <[email protected]>
@ashokponkumar you can use release binary instead. Now v0.2.4 releases, we can continue. |
Fix issue.
It is helpful to run in a small os without
diff
cmd.Signed-off-by: Xiang Dai [email protected]