-
Notifications
You must be signed in to change notification settings - Fork 64
go1.23-24 #1041
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
go1.23-24 #1041
Conversation
i saw your updates in the above sdk @adecaro |
@Vibhuair20 that would be great :) |
Can you give me a basic rundown |
actually, given that it might be more complicated on the token-sdk, could you apply the same process to the smart client? Updating also the linter as I did here. What do you think? |
Okay i think i can do the same for the smart client. |
@Vibhuair20 , as soon as you have the PR on the smart client, I'll update the |
go.mod
Outdated
@@ -1,6 +1,8 @@ | |||
module github.com/hyperledger-labs/fabric-token-sdk | |||
|
|||
go 1.22.6 | |||
go 1.23.0 |
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 might be best to depend on 1.23.8
(or whichever is the latest now) to have the security fixes included.
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
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
Signed-off-by: Angelo De Caro <angelo.decaro@gmail.com>
d01fe8a
to
68dbf3e
Compare
This PR does the following: