Fix govulncheck, bump dependencies, and add Renovate#118
Merged
Conversation
Resolves the govulncheck failure — GO-2026-5764 (aws-sdk-go-v2 eventstream v1.7.7→v1.7.14) and GO-2026-5856 (stdlib crypto/tls, via go 1.26.1→1.26.5). Also bumps all remaining go.mod modules to latest. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
actions/checkout v6→v7, webfactory/ssh-agent v0.9.1→v0.10.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
govulncheck started failing on
main(run) after two vulnerabilities landed in our dependency tree. This bumps everything to clear them, updates our GitHub Actions, and adds Renovate so this doesn't happen again.govulncheck fix
GO-2026-5764—aws-sdk-go-v2/aws/protocol/eventstreamv1.7.7 → v1.7.14 (fix was in v1.7.8)GO-2026-5856— stdlibcrypto/tls, cleared by bumping the toolchain directivego 1.26.1→1.26.5govulncheck ./...now exits clean.Dependencies
go get -u ./...— every module ingo.modis now at its latest release (notably s3 v1.97.1→v1.105.0, smithy-go v1.24.2→v1.27.3, x/crypto v0.49.0→v0.54.0, modernc.org/sqlite v1.46.1→v1.53.0)GitHub Actions
actions/checkoutv6 → v7webfactory/ssh-agentv0.9.1 → v0.10.0Renovate
.github/renovate.json: weekly schedule, groups theaws-sdk-go-v2,modernc.org, andgolang.org/xfamilies and all Actions bumps into single PRs, auto-merges patch/digest updates once CI is green, and labels majors for hand review.🤖 Generated with Claude Code