chore(deps): finish Go bumps — oapi-codegen 1.4.1 + x/mod 0.36.0#90
Merged
Conversation
This was referenced May 28, 2026
|
There was a problem hiding this comment.
Pull request overview
Routine Go dependency bumps regenerated to resolve go.sum conflicts after sibling Dependabot PRs merged. Bumps github.com/oapi-codegen/runtime to v1.4.1 (patch bug-fix release) and golang.org/x/mod to v0.36.0. The runtime library is only used by generated OpenAPI code; x/mod/semver is used by the agent updater downgrade gate, which is covered by existing tests.
Changes:
- Bump
github.com/oapi-codegen/runtimefrom v1.4.0 to v1.4.1. - Bump
golang.org/x/modfrom v0.35.0 to v0.36.0. - Add transitive
github.com/oapi-codegen/nullable v1.1.0togo.sum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates direct dependency versions for oapi-codegen/runtime and golang.org/x/mod. |
| go.sum | Refreshes checksums for the bumped modules and adds the new transitive nullable module. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.



Supersedes #80 and #78. Both Dependabot Go bumps conflicted on
go.sumwith the crypto/grpc/kin-openapi bumps that merged first, and@dependabot recreateis disabled here. Regenerated viago get+go mod tidy;go build ./...andgo vetpass.