-
-
Notifications
You must be signed in to change notification settings - Fork 14
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 -fail-level
support and deprecate -fail-on-error
#67
Conversation
@@ -20,7 +20,7 @@ jobs: | |||
- uses: actions/checkout@v4 | |||
- uses: actions/setup-go@v5 | |||
with: | |||
go-version: "1.20" | |||
go-version: "1.23" |
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.
If it was still 1.20, the go install failed.
The shfmt
necessary to be 1.22 or higher.
https://github.com/mvdan/sh?tab=readme-ov-file#sh
I updated it to the latest version, 1.23.
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
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
🚀 [bumpr] Bumped! New version:v1.19.0 Changes:v1.18.0...v1.19.0 |
To adapt for reviewdog 0.20.2.
https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md#v0202---2024-09-16
-fail-on-error
flag was deprecated and added-fail-level
flag (reviewdog/reviewdog#1854).