Skip to content

chore(deps): Bump the go-openapi-dependencies group across 2 directories with 2 updates#13

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-dcb7faeec6
Jun 26, 2026
Merged

chore(deps): Bump the go-openapi-dependencies group across 2 directories with 2 updates#13
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/go-openapi-dependencies-dcb7faeec6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-openapi-dependencies group with 2 updates in the / directory: github.com/go-openapi/runtime and github.com/go-openapi/testify/v2.
Bumps the go-openapi-dependencies group with 1 update in the /mangling directory: github.com/go-openapi/testify/v2.

Updates github.com/go-openapi/runtime from 0.32.3 to 0.32.4

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.32.4

0.32.4 - 2026-06-19

Full Changelog: go-openapi/runtime@v0.32.3...v0.32.4

10 commits in this release.


Fixed bugs

  • fix(middleware): nil-guard param.Schema in UntypedRequestBinder map path by @​Copilot in #488 ...

Documentation

Miscellaneous tasks

Updates


People who contributed to this release


runtime license terms

License

... (truncated)

Commits
  • 908a0ff chore: prepare release v0.32.4
  • 5a6fbee build(deps): bump github.com/go-openapi/spec
  • b63b221 build(deps): bump the development-dependencies group with 2 updates
  • d3cd4f6 fix(middleware): nil-guard param.Schema in UntypedRequestBinder map path (#488)
  • 760cc62 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 6c5385e build(deps): bump golang.org/x/sync
  • 1045e1c build(deps): bump the development-dependencies group with 9 updates
  • 9b01ff4 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • deed159 doc: updated contributors file
  • 2dc38ae build(deps): bump the development-dependencies group with 10 updates
  • See full diff in compare view

Updates github.com/go-openapi/testify/v2 from 2.5.1 to 2.6.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.6.0

2.6.0 - 2026-06-25

Full Changelog: go-openapi/testify@v2.5.1...v2.6.0

22 commits in this release.


Implemented enhancements

  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...

Fixed bugs

  • fix: guard copyExportedFields against nil interface values in slices, maps, and pointers by @​Copilot in #127 ...
  • Fix nil pointer dereferences in assertion functions and add fuzz tests by @​Copilot in #126 ...
  • Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison by @​Copilot in #124 ...

Documentation

Code quality

  • feat(codegen): support go-version-guarded assertions by @​fredbi ...
  • fix(assertions): guard reflection walkers against cyclic inputs by @​fredbi in #129 ...

Miscellaneous tasks

Other (technical)

... (truncated)

Commits
  • 5376bc2 chore: prepare release v2.6.0
  • d1b5e58 ci: fix secret passing for webhook
  • acda72b doc: reformed announcements to trigger posts (#134)
  • bae689b doc: announced content of forthcoming releases (#133)
  • 4c0e1d8 Merge pull request #132 from fredbi/worktree-go-version-guards
  • f490f00 test(ci): fixup tests for CI running go1.25 with GOTOOLCHAIN=local
  • 5c79401 doc: record ErrorAsType / go-version guards in project docs
  • 94d0c94 feat(assertions): add go1.26 ErrorAsType / NotErrorAsType
  • 5d9a68b feat(codegen): support go-version-guarded assertions
  • d3fde91 chore(ci): run contributors workflow monthly instead of weekly (#131)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.5.1 to 2.6.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.6.0

2.6.0 - 2026-06-25

Full Changelog: go-openapi/testify@v2.5.1...v2.6.0

22 commits in this release.


Implemented enhancements

  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...

Fixed bugs

  • fix: guard copyExportedFields against nil interface values in slices, maps, and pointers by @​Copilot in #127 ...
  • Fix nil pointer dereferences in assertion functions and add fuzz tests by @​Copilot in #126 ...
  • Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison by @​Copilot in #124 ...

Documentation

Code quality

  • feat(codegen): support go-version-guarded assertions by @​fredbi ...
  • fix(assertions): guard reflection walkers against cyclic inputs by @​fredbi in #129 ...

Miscellaneous tasks

Other (technical)

... (truncated)

Commits
  • 5376bc2 chore: prepare release v2.6.0
  • d1b5e58 ci: fix secret passing for webhook
  • acda72b doc: reformed announcements to trigger posts (#134)
  • bae689b doc: announced content of forthcoming releases (#133)
  • 4c0e1d8 Merge pull request #132 from fredbi/worktree-go-version-guards
  • f490f00 test(ci): fixup tests for CI running go1.25 with GOTOOLCHAIN=local
  • 5c79401 doc: record ErrorAsType / go-version guards in project docs
  • 94d0c94 feat(assertions): add go1.26 ErrorAsType / NotErrorAsType
  • 5d9a68b feat(codegen): support go-version-guarded assertions
  • d3fde91 chore(ci): run contributors workflow monthly instead of weekly (#131)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.5.1 to 2.6.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.6.0

2.6.0 - 2026-06-25

Full Changelog: go-openapi/testify@v2.5.1...v2.6.0

22 commits in this release.


Implemented enhancements

  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...

Fixed bugs

  • fix: guard copyExportedFields against nil interface values in slices, maps, and pointers by @​Copilot in #127 ...
  • Fix nil pointer dereferences in assertion functions and add fuzz tests by @​Copilot in #126 ...
  • Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison by @​Copilot in #124 ...

Documentation

Code quality

  • feat(codegen): support go-version-guarded assertions by @​fredbi ...
  • fix(assertions): guard reflection walkers against cyclic inputs by @​fredbi in #129 ...

Miscellaneous tasks

Other (technical)

... (truncated)

Commits
  • 5376bc2 chore: prepare release v2.6.0
  • d1b5e58 ci: fix secret passing for webhook
  • acda72b doc: reformed announcements to trigger posts (#134)
  • bae689b doc: announced content of forthcoming releases (#133)
  • 4c0e1d8 Merge pull request #132 from fredbi/worktree-go-version-guards
  • f490f00 test(ci): fixup tests for CI running go1.25 with GOTOOLCHAIN=local
  • 5c79401 doc: record ErrorAsType / go-version guards in project docs
  • 94d0c94 feat(assertions): add go1.26 ErrorAsType / NotErrorAsType
  • 5d9a68b feat(codegen): support go-version-guarded assertions
  • d3fde91 chore(ci): run contributors workflow monthly instead of weekly (#131)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/testify/v2 from 2.5.1 to 2.6.0

Release notes

Sourced from github.com/go-openapi/testify/v2's releases.

v2.6.0

2.6.0 - 2026-06-25

Full Changelog: go-openapi/testify@v2.5.1...v2.6.0

22 commits in this release.


Implemented enhancements

  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...

Fixed bugs

  • fix: guard copyExportedFields against nil interface values in slices, maps, and pointers by @​Copilot in #127 ...
  • Fix nil pointer dereferences in assertion functions and add fuzz tests by @​Copilot in #126 ...
  • Fix didPanic to use type assertion for runtime.PanicNilError instead of string comparison by @​Copilot in #124 ...

Documentation

Code quality

  • feat(codegen): support go-version-guarded assertions by @​fredbi ...
  • fix(assertions): guard reflection walkers against cyclic inputs by @​fredbi in #129 ...

Miscellaneous tasks

Other (technical)

... (truncated)

Commits
  • 5376bc2 chore: prepare release v2.6.0
  • d1b5e58 ci: fix secret passing for webhook
  • acda72b doc: reformed announcements to trigger posts (#134)
  • bae689b doc: announced content of forthcoming releases (#133)
  • 4c0e1d8 Merge pull request #132 from fredbi/worktree-go-version-guards
  • f490f00 test(ci): fixup tests for CI running go1.25 with GOTOOLCHAIN=local
  • 5c79401 doc: record ErrorAsType / go-version guards in project docs
  • 94d0c94 feat(assertions): add go1.26 ErrorAsType / NotErrorAsType
  • 5d9a68b feat(codegen): support go-version-guarded assertions
  • d3fde91 chore(ci): run contributors workflow monthly instead of weekly (#131)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 26, 2026
@github-actions github-actions Bot enabled auto-merge (rebase) June 26, 2026 07:23
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.83%. Comparing base (56a096b) to head (3d81271).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #13   +/-   ##
=======================================
  Coverage   85.83%   85.83%           
=======================================
  Files          16       16           
  Lines        1560     1560           
=======================================
  Hits         1339     1339           
  Misses        202      202           
  Partials       19       19           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

…ies with 2 updates

Bumps the go-openapi-dependencies group with 2 updates in the / directory: [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) and [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).
Bumps the go-openapi-dependencies group with 1 update in the /mangling directory: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).


Updates `github.com/go-openapi/runtime` from 0.32.3 to 0.32.4
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.32.3...v0.32.4)

Updates `github.com/go-openapi/testify/v2` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.5.1...v2.6.0)

Updates `github.com/go-openapi/testify/v2` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.5.1...v2.6.0)

Updates `github.com/go-openapi/testify/v2` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.5.1...v2.6.0)

Updates `github.com/go-openapi/testify/v2` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/go-openapi/testify/releases)
- [Commits](go-openapi/testify@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
- dependency-name: github.com/go-openapi/testify/v2
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-openapi-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-openapi-dependencies-dcb7faeec6 branch from 926fe3a to 3d81271 Compare June 26, 2026 07:28
@github-actions github-actions Bot merged commit 321f52f into master Jun 26, 2026
19 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go-openapi-dependencies-dcb7faeec6 branch June 26, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant