chore(deps): Bump go.uber.org/zap from 1.27.1 to 1.28.0#588
Merged
Conversation
Contributor
Author
|
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
Owner
|
@dependabot squash and merge |
Owner
|
@dependabot rebase |
40905d7 to
84fd771
Compare
Owner
|
@dependabot squash and merge |
1 similar comment
Owner
|
@dependabot squash and merge |
84fd771 to
5c30fe3
Compare
HerbHall
added a commit
that referenced
this pull request
Jun 2, 2026
## Summary A fresh govulncheck DB update (one day after #602) flagged two new **stdlib** vulnerabilities in go1.25.10, re-blocking the entire PR queue — main itself, the remaining Dependabot PRs (#588/#591/#596), and release #603 all fail `Vulnerability Check`: | Vuln | Package | Fixed in | |------|---------|----------| | GO-2026-5039 | net/textproto | go1.25.11 | | GO-2026-5037 | crypto/x509 | go1.25.11 | Pure toolchain bump — no module changes. Bumps the `go` directive **and** the Dockerfile `go-builder` image in lockstep (CI reads `go-version-file: go.mod`; the Docker build pins the builder explicitly and fails on a version mismatch otherwise). ## Verification (local) - `go build ./...` / `go vet ./...` — clean - `GOTOOLCHAIN=go1.25.11 govulncheck ./...` — **"No vulnerabilities found"** Once merged, rebasing #588/#591/#596 onto main clears their vuln check, and #603 (v0.6.5) can be cut. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: HerbHall <HerbHall@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
|
@dependabot rebase |
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.1 to 1.28.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.1...v1.28.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
5c30fe3 to
256211a
Compare
Owner
|
@dependabot squash and merge |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumps go.uber.org/zap from 1.27.1 to 1.28.0.
Release notes
Sourced from go.uber.org/zap's releases.
Changelog
Sourced from go.uber.org/zap's changelog.
Commits
5b81b37release v1.28.0 (#1547)0ab0d5azapcore: Add PreWriteHook for transforming entries before write (#1534)d278c59[chore] CI: test on Go 1.26 (#1535)16fb16bchore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...