Update the go-tpm library from version 0.3 to version 0.9#42
Merged
toddgaunt-gs merged 2 commits intoglobalsign:masterfrom Aug 6, 2025
mohamedbcg:master
Merged
Update the go-tpm library from version 0.3 to version 0.9#42toddgaunt-gs merged 2 commits intoglobalsign:masterfrom mohamedbcg:master
toddgaunt-gs merged 2 commits intoglobalsign:masterfrom
mohamedbcg:master
Conversation
Collaborator
|
@mbouchenguour I have updated the master branch to use more recent go versions for the CI here. Please merge those changes so the CI can pass for this repository |
Author
|
@toddgaunt-gs I did the merge, and everything looks good except for tpmkeys. I think we should wait for the tpmkeys issue to be resolved and merged before merging est. |
Collaborator
|
@mbouchenguour Thanks for the patches, just merged in the PRs in both repositories. |
Author
|
@toddgaunt-gs You're welcome, thanks for your quickness |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I noticed that your library uses version 0.3 of Go-TPM, while version 0.9 is available. This currently blocks me in my project, as it forces me to use version 0.3 if I want to use your library, but I wish to use version 0.9. The update requires very few code changes. There is your tpmkeys library that needs to be updated before, but I have already sent a PR for this (globalsign/tpmkeys#2).
Thanks