Skip to content

deps(deps): bump github.com/gotd/td from 0.131.0 to 0.138.0#31

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gotd/td-0.138.0
Open

deps(deps): bump github.com/gotd/td from 0.131.0 to 0.138.0#31
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/gotd/td-0.138.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps github.com/gotd/td from 0.131.0 to 0.138.0.

Release notes

Sourced from github.com/gotd/td's releases.

v0.138.0

This release contains breaking change, OnDeadnow accepts error as argument.

What's Changed

Full Changelog: gotd/td@v0.137.0...v0.138.0

v0.137.0

No release notes provided.

v0.136.0

What's Changed

Full Changelog: gotd/td@v0.135.0...v0.136.0

v0.135.0

What's Changed

New Contributors

Full Changelog: gotd/td@v0.134.0...v0.135.0

v0.135-alpha.0

This version uses "invokeWithLayer" with every invokation probably helping telegram to send us objects only from same layer.

... (truncated)

Commits
  • 9e05bbd Merge pull request #1667 from borzovplus/monoforum-support
  • 240c539 Merge pull request #1669 from borzovplus/on-self-success-callback
  • 5bc1a69 Merge branch 'on-self-success-callback' of https://github.com/borzovplus/td i...
  • 969a1af fix type in OnSelfSuccess comment
  • fa23ef2 Merge branch 'gotd:main' into on-self-success-callback
  • a5601fa Merge branch 'gotd:main' into monoforum-support
  • 195c955 onSelfSuccess callback added to connection process
  • 8cef09c Merge pull request #1663 from gotd/dependabot/go_modules/_tools/golang-0d17b2...
  • 9209a96 Merge pull request #1668 from gotd/dependabot/go_modules/github.com/k0kubun/p...
  • 3e38426 chore(deps): bump github.com/k0kubun/pp/v3 from 3.5.0 to 3.5.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.131.0 to 0.138.0.
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](gotd/td@v0.131.0...v0.138.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-version: 0.138.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Assignees

The following users could not be added as assignees: @me. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@augmentcode
Copy link

augmentcode bot commented Feb 2, 2026

🤖 Augment PR Summary

Summary: Updates the project’s Telegram client dependency to a newer gotd/td release and refreshes related Go module metadata.

Changes:

  • Bumps github.com/gotd/td from v0.131.0 to v0.138.0
  • Updates the module go version directive to 1.24.0
  • Refreshes indirect dependencies pulled in by the new gotd/td version (e.g., websocket, OpenTelemetry, x/* libs)

Technical Notes: This upgrade may require the build/CI environment to run a newer Go toolchain matching the updated go.mod version.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

module tg-down

go 1.23.3
go 1.24.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Raising the module go version to 1.24.0 will cause builds/tests to fail anywhere still using Go <1.24 (the go command errors when go.mod requires a newer version). CI is currently pinned to Go 1.21 via GO_VERSION, so this PR will likely break workflows unless that is updated in the same change.

Other Locations
  • .github/workflows/ci.yml:13
  • .github/workflows/code-quality.yml:14
  • .github/workflows/go-dependency-submission.yml:20

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants