-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Add a skip-go-installation to use pre-installed Go #144
Conversation
cab0a64
to
856e970
Compare
Here is the version that installs latest go: https://github.com/sv-tools/bumptag/pull/64/checks?check_run_id=1620020838 |
3747c11
to
9c113bc
Compare
@golangci/team @golangci/core-team Please review |
Add the golangci-lint to PATH
Did an incorrect rebase and had to restore the changes :) |
@golangci/team please review the PR |
@golangci/team ping ping |
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 a
skip-go-installation
parameter in action. If it is set to true, the pre-installed go is usedAdd the
golangci-lint
binary to PATHcloses #75