-
Notifications
You must be signed in to change notification settings - Fork 694
Combine enhancements #8257
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
base: main
Are you sure you want to change the base?
Combine enhancements #8257
Conversation
faddat
commented
Apr 2, 2025
- chore: modernize on the whole repo
- chore: update golangci-lint to v2
- upgrade golangci-lint-action
- upgrade more golangci-lint-action
- upgrade linter and add maintidx
me gusta Would be nice to do this without upgrading to go 1.24 just yet though. Ideally I want to do that together with the SDK upgrading to 1.24 |
@gjermundgaraba that'd change the set of changes, how about:
....work for you? |
I am not sure I understand exactly what you mean by that. As long as the go version in go.mod and the github workflows stay at their current version I am good |
Heyo! Some of these have already been merged (golangci-lint and modernize). Something I think we still want to do is look into some of the new linters enabled in golangci-lint 2 and see if there are any reasonable ones we are missing. Looking at #8195, I'd say at least |
oh, OK :) I will do the thing and nice work dude! BTW, what's modernize? |
078f6b5
to
04f89a9
Compare
modernize is essentially applying the nest gopls modernize suggestions |
There has been quite a few changes that made some conflicts here. Not sure if you want to clean up the conflicts or open a new PR with just the linter additions? Would make the PR a bit cleaner potentially |