chore(deps): upgrade in-toto-golang and refresh vendored sources#160
Conversation
- bump github.com/in-toto/in-toto-golang from v0.9.0 to v0.11.0 - update Go toolchain patch version to 1.26.3 in module and image build args - refresh vendored in-toto files and checksums to match the dependency upgrade
alaudabot
left a comment
There was a problem hiding this comment.
PR Review Summary
Reviewed by alaudabot. This is a clean dependency upgrade PR with no blocking issues.
Verdict: PR is good to go.
Files Reviewed
15 files changed (+281/-276), primarily vendored sources.
Findings
- Critical Issues: 0
- Warnings: 0
- Suggestions: 1
Suggestion
vendor/modules.txt:1018— The vendoredmodules.txtnow declaresgo 1.24.0as the Go version forin-toto/in-toto-golang, while the module declaresgo 1.26.3. This is cosmetic (the localgo.modgoverns the build) but indicates the vendor was refreshed with a newer Go toolchain.
Positive Feedback
- Go version consistency across
go.modandDockerfile(both 1.26.2 → 1.26.3) - Build compiles successfully with updated dependencies
- Dependency upgrade follows a clean, standard pattern
- Vulnerability fixes from upstream (
devops-fix-go-vulns) are included
| github.com/in-toto/attestation/go/v1 | ||
| # github.com/in-toto/in-toto-golang v0.9.0 | ||
| ## explicit; go 1.20 | ||
| # github.com/in-toto/in-toto-golang v0.11.0 |
There was a problem hiding this comment.
Info (style/consistency): The vendored modules.txt shows go 1.24.0 for in-toto-golang v0.11.0, while the main go.mod declares go 1.26.3. This is cosmetic and doesn't break the build, but it's worth noting the vendor was created with a newer Go toolchain than the project minimum.
🤖 AI Code Review
SummaryThis PR upgrades Review Statistics
Critical IssuesNone. WarningsNone. 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.34.0.
Commit message
chore(deps): upgrade in-toto-golang and refresh vendored sourcesSkills executed (in order)
devops-refresh-containerfile-digests— noop(30s)devops-sync-alauda-github-releases— noop(42s)devops-upgrade-go— changed(249s)devops-fix-go-vulns— changed(218s)Changed files
Test plan