Skip to content

⬆️ chore(go-deps): Update all non-major dependencies (minor)#63

Open
trap-renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

⬆️ chore(go-deps): Update all non-major dependencies (minor)#63
trap-renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@trap-renovate
Copy link

@trap-renovate trap-renovate bot commented Feb 28, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/alecthomas/kong require minor v1.13.0v1.14.0 OpenSSF Scorecard
github.com/oapi-codegen/oapi-codegen/v2 indirect minor v2.5.0v2.6.0 OpenSSF Scorecard
github.com/oapi-codegen/runtime require minor v1.1.2v1.2.0 OpenSSF Scorecard
go minor 1.251.26.0 OpenSSF Scorecard
golang stage minor 1.25-alpine1.26-alpine
golangci-lint minor 2.8.02.10.1 OpenSSF Scorecard
renovatebot/github-action action minor v46.0.2v46.1.3 OpenSSF Scorecard

Release Notes

alecthomas/kong (github.com/alecthomas/kong)

v1.14.0

Compare Source

oapi-codegen/oapi-codegen (github.com/oapi-codegen/oapi-codegen/v2)

v2.6.0: : 7th anniversary release 🎂

Compare Source

For those that aren't aware, 7 years ago to the day, oapi-codegen was born!

(Well, technically it's tonight at midnight UTC, but who's splitting hairs?)

There's nothing too special planned for today, but we thought it'd be the perfect time to cut a slice of cake a release!

🎉 Notable changes

New generated code requires oapi-codegen/runtime v1.2.0+

As part of #​2256, github.com/oapi-codegen/runtime v1.2.0 is needed alongside github.com/oapi-codegen/oapi-codegen, for new generated code.

This is providing a more future-proofed means to bind parameters.

See the release notes for the runtime package, and #​2256 for more information.

oapi-codegen was part of the GitHub Secure Open Source Fund

oapi-codegen was one of the projects taking part in the third GitHub Secure Open Source Fund session.

We've written up more about what we've learned, and have some more things to share with you over the coming months about lessons we've learned and improvements we've taken that we can share.

We were pretty chuffed to be selected, and it's already helped improve our security posture as a project, which is also very important for the wider ecosystem!

go directive bump in next release

Long-time users will be aware that we work very hard to try and keep our requirement for Go source compatibility, through the go directive, especially as we recommend folks use oapi-codegen as a source-tracked dependency.

For more details about this, see our Support Model docs.

In the next minor release, we'll be setting our minimum go directive to Go 1.24 (End-of-Life on 2026-02-11), as it's required for a number of dependencies of ours to be updated any higher, and a change to the module import path for Speakeasy's OpenAPI Overlay library requires us fix this centrally for our users to be able to continue updating their libraries.

[!NOTE]
Nothing is changing as part of v2.6.0, this is a pre-announcement for v2.7.0.

Behind the scenes cleanup

There's also been some work behind-the-scenes to try and clean up outstanding issues (of which we know there are many!) that have been fixed, as well as Marcin's work on trying to do some more significant rework of the internals with help from Claude.

There's still, as ever, work to go with this - as we've mentioned before, sponsoring our work would be greatly appreciated, so we can continue to put in the work, considering this is a widely used and depended on project.

🚀 New features and improvements

🐛 Bug fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

8 changes
  • chore(deps): update module github.com/golangci/golangci-lint to v2.10.1 (makefile) (#​2153) @​renovate[bot]
  • chore(deps): update github/codeql-action action to v4.32.4 (.github/workflows) (#​2157) @​renovate[bot]
  • chore(deps): update actions/setup-go action to v6.3.0 (.github/workflows) (#​2164) @​renovate[bot]
  • chore(deps): update actions/checkout action to v6 (.github/workflows) - autoclosed (#​2165) @​renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v6.2.0 (.github/workflows) (#​2253) @​renovate[bot]
  • chore(deps): update actions/upload-artifact action to v7 (.github/workflows) (#​2254) @​renovate[bot]
  • chore(deps): update dessant/label-actions action to v5 (.github/workflows) (#​2255) @​renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v6.1.0 (.github/workflows) (#​2132) @​renovate[bot]

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

v2.5.1: : fix a couple of regressions from v2.5.0

Compare Source

🐛 Bug fixes

📝 Documentation updates

👻 Maintenance

Renovate configuration changes

📦 Dependency updates

9 changes

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Speakeasy logo

Elastic logo

Cybozu logo

Livepeer logo

oapi-codegen/runtime (github.com/oapi-codegen/runtime)

v1.2.0: Parameter binding extensions, bug fixes, dependency updates

Compare Source

Notable Changes

The main change in this release is the addition of new Parameter binding and styling functions, which allow the code generator to pass in the type and format from the spec. Previously, we inferred what we wanted to do based on the destination type, however, it's not always possible to decide this without information about the specification.

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

golang/go (go)

v1.26.0

Compare Source

golangci/golangci-lint (golangci-lint)

v2.10.1

Compare Source

Released on 2026-02-17

  1. Fixes
    • buildssa panic

v2.10.0

Compare Source

Released on 2026-02-17

  1. Linters new features or changes
    • ginkgolinter: from 0.22.0 to 0.23.0
    • gosec: from 2.22.11 to 2.23.0 (new rules: G117, G602, G701, G702, G703, G704, G705, G706)
    • staticcheck: from 0.6.1 to 0.7.0
  2. Linters bug fixes
    • godoclint: from 0.11.1 to 0.11.2

v2.9.0

Compare Source

Released on 2026-02-10

  1. Enhancements
    • 🎉 go1.26 support
  2. Linters new features or changes
    • arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)
    • ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)
    • golines: from 0.14.0 to 0.15.0
    • misspell: from 0.7.0 to 0.8.0
    • revive: from v1.13.0 to v1.14.0 (new rules: epoch-naming, use-slices-sort)
    • unqueryvet: from 1.4.0 to 1.5.3 (new options: check-n1, check-sql-injection, check-tx-leaks, allow, custom-rules)
    • wsl_v5: from 5.3.0 to 5.6.0 (new rule: after-block)
  3. Linters bug fixes
    • modernize: from 0.41.0 to 0.42.0
    • prealloc: from 1.0.1 to 1.0.2
    • protogetter: from 0.3.18 to 0.3.20
  4. Misc.
    • Log information about files when configuration verification
    • Emit an error when no linters enabled
    • Do not collect VCS information when loading code
renovatebot/github-action (renovatebot/github-action)

v46.1.3

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.2 (c1919e8)
Miscellaneous Chores
  • deps: update commitlint monorepo to v20.4.2 (33d9930)
  • deps: update dependency rimraf to v6.1.3 (e766d22)
  • deps: update dependency typescript-eslint to v8.56.0 (f9dcda0)
  • deps: update linters to v9.39.3 (ef9b9ba)
  • deps: update node.js to v24.14.0 (b3a0880)
  • deps: update pnpm to v10.30.0 (59ce301)
  • deps: update pnpm to v10.30.1 (e845459)
Build System
  • deps: lock file maintenance (dd48f24)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.3 (9491cf2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.6 (3922baa)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.7 (c0d62e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.9 (4e978b3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.32.1 (6114872)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.33.1 (86fceaf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.35.0 (d3a54e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.35.1 (cda9844)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.36.2 (4c8e2c8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.38.0 (872efd3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.38.1 (#​1019) (900671c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.39.2 (817380b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.40.0 (f2dac01)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.40.2 (bce9221)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.43.0 (f958e7f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.43.2 (93ae713)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.43.3 (425dcb0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.0 (ab1321e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.1 (d980a96)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.2 (79b889c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.3 (98559e2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.5 (05b9a1e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.46.6 (e2f421a)

v46.1.2

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.1 (bf2591a)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (6197b28)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.15.2 (6c531ac)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.15.3 (e4db07f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.16.0 (dae8968)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.17.1 (01bec16)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.18.0 (30300b2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.19.0 (9fad834)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.19.2 (a57ccc4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.23.0 (1dc2f66)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.24.0 (9b2fdf5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.24.1 (c8ef6d8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.24.2 (adb1170)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.10 (fd47a40)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.11 (c9fc4f3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.2 (ea9ae42)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.6 (e00d40c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.7 (f547592)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.25.8 (54bb8d4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.0 (577731a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.1 (8b1d0d4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.2 (2b3fcc8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.26.4 (9fcdb6d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.27.0 (3e7006a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.29.0 (acd7cdb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.29.2 (b2bea5d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.30.0 (57724db)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.30.1 (80729bd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.0 (53a62bb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.31.1 (087d576)

v46.1.1

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.0 (3e59b30)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (6d4f8ba)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.10.1 (aafa9c6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.10.2 (8905d37)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.10.3 (5583fa9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.11.0 (acd6b7a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.11.1 (13d385d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.12.1 (de54e2e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.14.0 (9f6ab2c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.14.1 (1891356)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.15.0 (f9a9a11)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.15.1 (1b92a45)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.9.0 (e8637fa)

v46.1.0

Compare Source

Features
Documentation
  • update references to renovatebot/github-action to v46.0.2 (b305ad3)
Miscellaneous Chores
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.5.1 (1a6a41a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.5.2 (57787cb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.5.3 (8d7d410)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.5.4 (bfef2fb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.5.5 (20ee987)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.6.0 (7e341be)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.6.2 (931fd8e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.6.3 (5f27c88)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.8.0 (cdaa9e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.8.1 (28b06b1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.8.2 (4d22b44)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.8.3 (81ff6bf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.8.5 (f8022fe)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@trap-renovate trap-renovate bot requested a review from anko9801 as a code owner February 28, 2026 11:26
@trap-renovate trap-renovate bot added the dependencies Pull requests that update a dependency file label Feb 28, 2026
@trap-renovate trap-renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bdbe9e8 to 67a85bf Compare March 1, 2026 20:37
@trap-renovate trap-renovate bot force-pushed the renovate/all-minor-patch branch from 67a85bf to d389c79 Compare March 2, 2026 20:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants