-
Notifications
You must be signed in to change notification settings - Fork 636
go.mod+golanci+workflows: bump go version to 1.24.6
#1046
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: master
Are you sure you want to change the base?
Conversation
638bc73
to
f71bd13
Compare
EDIT: |
4b9d62a
to
7a81aae
Compare
cc: @yyforyongyu |
7a81aae
to
71a5daf
Compare
71a5daf
to
5ff8d16
Compare
Rebased on master branch. It is now ready for review |
go 1.22 | ||
// If you change this please run `make lint` to see where else it needs to be | ||
// pdated as well. | ||
go 1.24.6 |
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 this will break its usage in lnd
?
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.
I think LND should also be updated, since it is primarily a daemon.
tACK |
Motivation and Context
Motivated by @guggero's comment #1043 (comment)
Steps to Test
Steps for reviewers to follow to test the change.
Pull Request Checklist
Testing
Code Style and Documentation
📝 Please see our Contribution Guidelines for further guidance.