-
-
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
dev: add Go version to version information #3625
Conversation
00eb94e
to
d9f636b
Compare
d9f636b
to
8801bc1
Compare
Using go version -m $(which golangci-lint), Would also produce the same information and then why we need this --debug option? Just trying to understand. Thanks |
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add Go version to the information display by the
version
command.It is related to all the duplicate issues we have about go1.20 (#3620, #3609, #3582, #3565, #3549, #3538, #3536, #3535, #3533, #3470, ...)
Classic output
I also added debug flag with detailed build information.
Debug output