-
Notifications
You must be signed in to change notification settings - Fork 125
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
Updated dapper files #418
Updated dapper files #418
Conversation
Migrated to SUSE containers, a newer version of Go, and using golangci-lint for all linting.
As part of updating dapper files, golangci-lint was set to be used. This caused a lot of lint issues to crop up, which this fixes.
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
hi @rancher/rancher-team-1-neo-dev @rancher/rancher-team-2-hostbusters-dev |
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.
It needs another update round but based on your comment, this will be done in a next PR. Please change the registry.suse.com/bci/golang:1.17
image to an exact version so the update tooling can create PRs to use updates, e.g. registry.suse.com/bci/golang:1.19-18.38
Merging this PR. I am going to handle the changes in the following PR. |
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.
Merging this to unblock for 1.25 changes. @jiaqiluo I noticed that we are removing go vet
here, could you check if it's enabled by default and if not, enable it in your next PR?
An example is here, https://github.com/rancher/rancher/pull/23448/files#diff-7b9967b524b30a7e62fef0e2d0827b63026239c22e6f1c34bfad57d138b26edfR5
|
Migrated to a SUSE container, a newer version of Go, and using golangci-lint for all linting. Fulfills rancher/tasks#203