Skip to content

chore(deps): bump the dependencies group across 1 directory with 2 updates#99

Merged
k1LoW merged 3 commits into
mainfrom
dependabot/go_modules/dependencies-4118815e53
Jun 30, 2026
Merged

chore(deps): bump the dependencies group across 1 directory with 2 updates#99
k1LoW merged 3 commits into
mainfrom
dependabot/go_modules/dependencies-4118815e53

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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/v3 from 3.4.0 to 3.4.1

Release notes

Sourced from github.com/jellydator/ttlcache/v3's releases.

v3.4.1

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.4.0...v3.4.1

Commits
  • 0f3b351 fix: correctly notify auto-cleaner when an item's TTL is shortened (#206)
  • 87a96cb Bump actions/checkout from 6 to 7 (#211)
  • ebb17ff test: avoid testing.AllocsPerRun panic with paused parallel tests (#208)
  • db85e4f update README
  • 04020e7 Bump actions/checkout from 5 to 6
  • 0bea47e fix concurrent AllocsPerRun usage
  • 6757579 fix: use correct type in readme.md example (#199)
  • 0e73dcd Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#192)
  • bc42155 Bump actions/checkout from 4 to 5 (#189)
  • a81e243 Bump actions/setup-go from 5 to 6 (#193)
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.21.0

Commits
  • 5071ed6 all: fix some comments to improve readability
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code minor labels Jun 30, 2026
@k1LoW

k1LoW commented Jun 30, 2026

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/go_modules/dependencies-4118815e53 branch from f374254 to a53b280 Compare June 30, 2026 04:57
@k1LoW
k1LoW force-pushed the dependabot/go_modules/dependencies-4118815e53 branch from ddd4505 to 384474c Compare June 30, 2026 06:45
…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
k1LoW force-pushed the dependabot/go_modules/dependencies-4118815e53 branch from 384474c to 75fb618 Compare June 30, 2026 06:46
@github-actions

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.
@github-actions

Copy link
Copy Markdown
Contributor

Code Metrics Report

main (f4d841c) #99 (660f6ed) +/-
Coverage 74.1% 74.1% 0.0%
Code to Test Ratio 1:1.9 1:1.9 0.0
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

@github-actions

Copy link
Copy Markdown
Contributor

BenchmarkDiscCache1MBBody-4

main (-) #99 (660f6ed) +/-
Number of iterations 1000 1000 0
Nanoseconds per iteration 211725 ns/op 200923 ns/op -10802 ns/op
Bytes allocated per iteration 71342 B/op 70776 B/op -566 B/op
Allocs per iteration 263 allocs/op 266 allocs/op 3 allocs/op
Metadata
main (-) #99 (660f6ed)
goos linux linux
goarch amd64 amd64
pkg github.com/2manymws/rcutil github.com/2manymws/rcutil
cpu AMD EPYC 7763 64-Core Processor AMD EPYC 7763 64-Core Processor

BenchmarkEncodeDecode1MBBody-4

main (-) #99 (660f6ed) +/-
Number of iterations 1000 1000 0
Nanoseconds per iteration 2335476 ns/op 2304628 ns/op -30848 ns/op
Bytes allocated per iteration 54530 B/op 54629 B/op 99 B/op
Allocs per iteration 68 allocs/op 68 allocs/op 0 allocs/op
Metadata
main (-) #99 (660f6ed)
goos linux linux
goarch amd64 amd64
pkg github.com/2manymws/rcutil github.com/2manymws/rcutil
cpu AMD EPYC 7763 64-Core Processor AMD EPYC 7763 64-Core Processor

BenchmarkNGINXCache1MBBody-4

main (-) #99 (660f6ed) +/-
Number of iterations 1000 1000 0
Nanoseconds per iteration 367695 ns/op 366790 ns/op -905 ns/op
Bytes allocated per iteration 15227 B/op 15232 B/op 5 B/op
Allocs per iteration 98 allocs/op 98 allocs/op 0 allocs/op
Metadata
main (-) #99 (660f6ed)
goos linux linux
goarch amd64 amd64
pkg github.com/2manymws/rcutil github.com/2manymws/rcutil
cpu AMD EPYC 7763 64-Core Processor AMD EPYC 7763 64-Core Processor

Reported by octocov

@k1LoW
k1LoW merged commit c80e868 into main Jun 30, 2026
2 checks passed
@k1LoW
k1LoW deleted the dependabot/go_modules/dependencies-4118815e53 branch June 30, 2026 07:03
@github-actions github-actions Bot mentioned this pull request Jun 30, 2026
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 minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants