chore: upgrade in-toto-golang dependency to v0.11.0#162
Conversation
- bump github.com/in-toto/in-toto-golang from a pseudo version to v0.11.0 - refresh go.sum and vendor/modules metadata for the new module version - vendor upstream in-toto-golang updates including safer type assertions and docs fixes
alaudabot
left a comment
There was a problem hiding this comment.
Review Summary
This PR upgrades in-toto-golang dependency to v0.11.0. The changes include safer type assertions (security improvement), documentation typo fixes, and spec compliance updates.
No blocking issues found.
Key Observations:
- Type assertion safety improvements in , , use the safer comma-ok idiom
- Documentation fixes (typos like "specifictaion" → "specification")
- Character class negation change ( → ) improves Python compatibility
Note (informational only):
The upstream module declares Go 1.24.0 requirement, but the vendored code appears compatible. Please verify CI passes on your target Go version.
🤖 AI Code Review
SummaryThis PR upgrades the Review Statistics
Critical Issues
None Warnings
None Suggestions
Positive Feedback
ℹ️ About this reviewThis review was automatically generated using the
|
Summary
Auto-generated by
tektoncd-run-skills.sh. Every skill below ran inchanges-only mode and all modifications were combined into a single commit
on top of origin/alauda-v0.43.0.
Commit message
chore: upgrade in-toto-golang dependency to v0.11.0Skills executed (in order)
devops-refresh-containerfile-digests— changed(40s)devops-sync-alauda-github-releases— changed(42s)devops-upgrade-go— changed(224s)devops-fix-go-vulns— changed(272s)Changed files
Test plan