Update govulncheck dependency to golang.org/x/vuln v1.6.0#44793
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates govulncheck to v1.6.0 and aligns its transitive Go dependencies.
Changes:
- Bumps
golang.org/x/vulnto v1.6.0. - Refreshes related
golang.org/x/*versions and checksums.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Updates govulncheck and its resolved dependencies. |
go.sum |
Refreshes checksums for the updated module graph. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Medium
PR Triage
Score breakdown: Impact 22 · Urgency 18 · Quality 12 Minor govulncheck dependency bump (v1.5.0 -> v1.6.0), only go.mod/go.sum changed, CI passing. Low risk; candidate for auto-merge.
|
🤖 PR Triage Report
Rationale: Routine dep bump of
|
|
🎉 This pull request is included in a new release. Release: |
This updates the repository’s
govulncheckdependency fromgolang.org/x/vulnv1.5.0tov1.6.0. Because this is a minor update to a security-scanning tool, the change keeps the module metadata aligned with the new release and its resolvedgolang.org/x/*dependency set.Dependency update
golang.org/x/vulnfromv1.5.0tov1.6.0ingo.modgo.sumto match the new module graphResolved transitive updates
golang.org/x/*version moves selected byv1.6.0, including:golang.org/x/modgolang.org/x/syncgolang.org/x/toolsx/*modules required by the updated graphGovulncheck integration surface
govulncheckusage remains the same, for example: