chore(deps): bump the dependencies group across 1 directory with 2 updates#99
Merged
Merged
Conversation
Member
|
@dependabot rebase |
…dates Bumps the dependencies group with 2 updates in the / directory: [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) and [golang.org/x/sync](https://github.com/golang/sync). Updates `github.com/jellydator/ttlcache/v3` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jellydator/ttlcache/releases) - [Commits](jellydator/ttlcache@v3.4.0...v3.4.1) Updates `golang.org/x/sync` from 0.19.0 to 0.21.0 - [Commits](golang/sync@v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/jellydator/ttlcache/v3 dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: golang.org/x/sync dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/dependencies-4118815e53
branch
from
June 30, 2026 04:57
f374254 to
a53b280
Compare
k1LoW
force-pushed
the
dependabot/go_modules/dependencies-4118815e53
branch
from
June 30, 2026 06:45
ddd4505 to
384474c
Compare
…go.mod reviewdog/action-golangci-lint re-runs setup-go internally. When fed go_version_file: go.mod, setup-go reads the patch-pinned directive (e.g. "1.25.0" after dependabot's update) and downloads that exact patch instead of the latest 1.25.x. The PATH override then carries through to the next step (Run gostyle), and gostyle fails its own go.mod require check (gostyle@v0.26.0 needs go >= 1.25.8) under GOTOOLCHAIN=local. Use go_version: "1.25.x" so the lint step always picks up the latest 1.25 patch, matching the top-level Set up Go step. A plain "oldstable" alias is not accepted by the older setup-go that this action bundles.
k1LoW
force-pushed
the
dependabot/go_modules/dependencies-4118815e53
branch
from
June 30, 2026 06:46
384474c to
75fb618
Compare
This comment has been minimized.
This comment has been minimized.
Same root cause as the lint step. go-version-file: go.mod feeds setup-go the patch-pinned 1.25.0 from the directive bumped by dependabot, then make depsdev installs octocov-go-test-bench v1.7.9 which requires go >= 1.25.9. Switch to go-version: oldstable so setup-go picks the latest 1.25.x.
Contributor
Code Metrics Report
Details | | main (f4d841c) | #99 (660f6ed) | +/- |
|--------------------|----------------|---------------|------|
| Coverage | 74.1% | 74.1% | 0.0% |
| Files | 2 | 2 | 0 |
| Lines | 336 | 336 | 0 |
| Covered | 249 | 249 | 0 |
| Code to Test Ratio | 1:1.9 | 1:1.9 | 0.0 |
| Code | 678 | 678 | 0 |
| Test | 1315 | 1315 | 0 |Reported by octocov |
Contributor
BenchmarkDiscCache1MBBody-4
Metadata
BenchmarkEncodeDecode1MBBody-4
Metadata
BenchmarkNGINXCache1MBBody-4
Metadata
Reported by octocov |
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.
Bumps the dependencies group with 2 updates in the / directory: github.com/jellydator/ttlcache/v3 and golang.org/x/sync.
Updates
github.com/jellydator/ttlcache/v3from 3.4.0 to 3.4.1Release notes
Sourced from github.com/jellydator/ttlcache/v3's releases.
Commits
0f3b351fix: correctly notify auto-cleaner when an item's TTL is shortened (#206)87a96cbBump actions/checkout from 6 to 7 (#211)ebb17fftest: avoid testing.AllocsPerRun panic with paused parallel tests (#208)db85e4fupdate README04020e7Bump actions/checkout from 5 to 60bea47efix concurrent AllocsPerRun usage6757579fix: use correct type in readme.md example (#199)0e73dcdBump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#192)bc42155Bump actions/checkout from 4 to 5 (#189)a81e243Bump actions/setup-go from 5 to 6 (#193)Updates
golang.org/x/syncfrom 0.19.0 to 0.21.0Commits
5071ed6all: fix some comments to improve readabilityec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]