-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update GO to 1.19 and format code #10
Conversation
@@ -23,6 +23,7 @@ import ( | |||
) | |||
|
|||
// LeaderElectorGetter is an interface for initialize and check elected leader | |||
// | |||
//go:generate mockgen -destination=mocks/leader_elector_getter_mocks.go -package=mocks github.com/dell/csm-metrics-powerscale/internal/k8s LeaderElectorGetter |
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.
@baoy1 Curious why having those empty comments lines?
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.
Looks like it is new format rule in go 1.19, otherwise the format check will fail.
2d3fdf0
to
5e8339f
Compare
run e2e test |
allowedlist.yaml is temporarily added to address vulnerability |
5e8339f
to
f276d90
Compare
run e2e test |
Description
Update GO to 1.19 and format code
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
Manual inspection of the GUI
I have verified that the dashboards show the data properly while generating I/O and storage resources