Skip to content
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

fix lint error #1025

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix lint error #1025

merged 1 commit into from
Nov 19, 2024

Conversation

rmatsuoka
Copy link
Member

@rmatsuoka rmatsuoka commented Nov 18, 2024

Linter have said "printf: non-constant format string in call to fmt.Errorf (govet)"

I just replaced fmt.Errorf into errors.New

https://github.com/mackerelio/mackerel-agent/actions/runs/11892185199/job/33134502506

@rmatsuoka rmatsuoka changed the title fmt.Errorf to errors.New fix lint error Nov 18, 2024
Copy link
Contributor

@yohfee yohfee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rmatsuoka rmatsuoka merged commit cf9842c into master Nov 19, 2024
18 checks passed
@rmatsuoka rmatsuoka deleted the fix-lint-error branch November 19, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants