Update vulnerable Go dependencies and toolchain - #15
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This was referenced Jul 16, 2026
zachlatta
added a commit
that referenced
this pull request
Aug 7, 2026
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.
What changed
go.sumwithgo mod tidy.Why
The pending bot PRs overlap in
go.mod/go.sum, several are conflicted, and several proposed versions are already stale. Merging them independently would leave known Dependabot alerts open and the go-git update would raise the module's Go requirement without updating the Docker images.This consolidated update brings every package named by the repository's 41 open Dependabot alerts to its patched version or newer while keeping all dependencies on their existing major versions.
Validation
GOTOOLCHAIN=go1.25.12 go build ./...GOTOOLCHAIN=go1.25.12 go vet ./...GOTOOLCHAIN=go1.25.12 go test ./... -count=1GOTOOLCHAIN=go1.25.12 go test -race ./... -count=1ARKER_TEST_POSTGRES_DSNgo mod verifygovulncheck ./...under Go 1.25.12: no vulnerabilities found in called codedocker buildx build --check .docker build/healthreturned healthy