Update all non-major Go dependencies#3
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 14, 2025 13:58
10b8f1e to
8680934
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 14, 2025 14:16
8680934 to
9f883f1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 14, 2025 14:20
9f883f1 to
c1919a1
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 14, 2025 14:23
c1919a1 to
96154d7
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 10, 2025 03:32
96154d7 to
af13efc
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 24, 2025 07:52
af13efc to
e46f534
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 22, 2025 00:13
e46f534 to
aacbed5
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 27, 2025 08:05
aacbed5 to
db41c99
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 4, 2025 20:00
db41c99 to
a7c3130
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 11, 2025 23:55
a7c3130 to
73aaea1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 23, 2025 23:41
73aaea1 to
b31ab7f
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 2, 2025 19:15
ea87cd2 to
1c6f36d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 27, 2025 03:39
1c6f36d to
8770fc0
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 10, 2025 07:46
8770fc0 to
75546ba
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 25, 2025 23:44
75546ba to
ce25deb
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 11, 2025 11:50
ce25deb to
b98b700
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 9, 2026 15:25
1ad08fe to
9abecb5
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 31, 2026 06:58
9abecb5 to
7c50c72
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 13, 2026 04:09
7c50c72 to
797f0c1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 31, 2026 07:54
797f0c1 to
85e86be
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 30, 2026 01:10
85e86be to
c529a2c
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 23, 2026 03:33
c529a2c to
bd930f8
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 20, 2026 11:07
bd930f8 to
e6f2c57
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 24, 2026 03:34
e6f2c57 to
bf0b9ed
Compare
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.
This PR contains the following updates:
v1.36.3→v1.42.1v0.23.0→v0.31.3Release Notes
onsi/gomega (github.com/onsi/gomega)
v1.42.1Compare Source
1.42.1
Bump Dependencies
v1.42.0Compare Source
1.42.0
Add a set of Claude skill as a marketplace plugin
v1.41.0Compare Source
v1.40.0Compare Source
1.40.0
We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your
go.modeven if you are only using Gomega (Gomega uses Ginkgo for its own tests).Going forward, releases will strip out all tests, tidy up the
go.modand then push this stripped down version to a newmaster-litebranch. These stripped-down versions will receive thevx.y.zgit tag and will be picked up by the go toolchain.Please open an issue if this new release process causes unexpected changes for your projects.
v1.39.1Compare Source
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v1.39.0Compare Source
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.v1.38.3Compare Source
1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
v1.38.2Compare Source
1.38.2
c404969]v1.38.1Compare Source
1.38.1
Fixes
Numerous minor fixes and dependency bumps
v1.38.0Compare Source
1.38.0
Features
4ee7ed0]Fixes
36bbf72]Maintenance
529d408]acd1f55]bae65a0]8dda91f]212d812]59bd7f9]328c729]9a798a1]04a72c6]v1.37.0Compare Source
1.37.0
Features
5666f98]paketo-buildpacks/occam (github.com/paketo-buildpacks/occam)
v0.31.3Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.31.2...v0.31.3
v0.31.2Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.31.1...v0.31.2
v0.31.1Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.31.0...v0.31.1
v0.31.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.30.2...v0.31.0
v0.30.2Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.30.1...v0.30.2
v0.30.1Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.30.0...v0.30.1
v0.30.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.29.1...v0.30.0
v0.29.1Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.29.0...v0.29.1
v0.29.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.28.1...v0.29.0
v0.28.1Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.28.0...v0.28.1
v0.28.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.27.0...v0.28.0
v0.27.0Compare Source
What's Changed
New Contributors
Full Changelog: paketo-buildpacks/occam@v0.26.0...v0.27.0
v0.26.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.25.0...v0.26.0
v0.25.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.24.0...v0.25.0
v0.24.0Compare Source
What's Changed
Full Changelog: paketo-buildpacks/occam@v0.23.0...v0.24.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.