-
Couldn't load subscription status.
- Fork 32
silence revive linter warnings #696
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
Conversation
raise minium version of go compatiblity to 1.24.9 and toolchain to be used to 1.25.3
* update all .github/workflows/ to use the latest version of
actions and the go versions accordingly.
(Only some github actions use a floating tag for the major version.)
* reduce places where the go versions are hardcoded:
* refEr to docs/Development.md from README.md
* use `go.mod` from itest.yml.
and thus makes newer go test versions happy
that we cannot or do not want to fix yet
Modver resultThis report was generated by Modver, This PR requires (at least) an increase in your module's minor version number. |
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
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.
Doesn't silence all warnings, but many without introducing new ones so LGTM & works
.. that we cannot or do not want to fix yet
For better naming for variables like
ProductIds, we must wait for the next release.With
utilwe may just keep it.This is based on #695, so merge #695 first.
close #682