Skip to content

Bump github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1 in /examples/gasless - #22

Merged
Lawrence Lucas Large (LukeLarge) merged 1 commit into
mainfrom
dependabot/go_modules/examples/gasless/github.com/tonkeeper/tonapi-go-1.0.1
Mar 6, 2026
Merged

Bump github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1 in /examples/gasless#22
Lawrence Lucas Large (LukeLarge) merged 1 commit into
mainfrom
dependabot/go_modules/examples/gasless/github.com/tonkeeper/tonapi-go-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown

Bumps github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1.

Commits
  • c2d4b72 generate new client version
  • d452f9b Merge pull request #64 from maximk777/generate-client
  • 8962d69 feat(client): generate new client version
  • 91d0731 update usage examples in examples package
  • See full diff 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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 2, 2026
@stepsecurity-app

Copy link
Copy Markdown

Security Policy Alert: Actions Policy Violation

This workflow run has been blocked by StepSecurity's actions policy because it uses actions that are not allowed by your organization's policy.

Disallowed Actions:

  • step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b
  • actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4

To fix this issue, please modify the workflow to use only allowed actions. Contact your organization administrator to request changes to the allowed actions list if needed.

For more information, see StepSecurity's Actions Policy documentation.

@stepsecurity-app

Copy link
Copy Markdown

Security Policy Alert: Actions Policy Violation

This workflow run has been blocked by StepSecurity's actions policy because it uses actions that are not allowed by your organization's policy.

Disallowed Actions:

  • step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b
  • github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e
  • github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e

To fix this issue, please modify the workflow to use only allowed actions. Contact your organization administrator to request changes to the allowed actions list if needed.

For more information, see StepSecurity's Actions Policy documentation.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/examples/gasless/github.com/tonkeeper/tonapi-go-1.0.1 branch from cc13f52 to 09f3e9a Compare March 2, 2026 23:37

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Bump github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1 in /examples/gasless
#22

Bumps [github.com/tonkeeper/tonapi-go](https://github.com/tonkeeper/tonapi-go) from 0.0.13 to 1.0.1.
- [Release notes](https://github.com/tonkeeper/tonapi-go/releases)
- [Commits](tonkeeper/tonapi-go@v0.0.13...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/tonkeeper/tonapi-go
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/examples/gasless/github.com/tonkeeper/tonapi-go-1.0.1 branch from 09f3e9a to 581ebf7 Compare March 6, 2026 08:29

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Bump github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1 in /examples/gasless
#22

@LukeLarge
Lawrence Lucas Large (LukeLarge) merged commit c7d77ef into main Mar 6, 2026
6 of 9 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/examples/gasless/github.com/tonkeeper/tonapi-go-1.0.1 branch March 6, 2026 23:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the examples/gasless standalone Go module to use github.com/tonkeeper/tonapi-go v1.0.1, aligning the gasless example with the latest TonAPI Go client release.

Changes:

  • Bump github.com/tonkeeper/tonapi-go from v0.0.13 to v1.0.1 in examples/gasless/go.mod.
  • Update corresponding go.sum entries for the new TonAPI Go client version.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
examples/gasless/go.mod Updates the TonAPI Go client dependency to v1.0.1 for the gasless example module.
examples/gasless/go.sum Refreshes module checksums to match the updated TonAPI Go client version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread examples/gasless/go.mod
Comment on lines 8 to 11
github.com/shopspring/decimal v1.4.0
github.com/tonkeeper/tonapi-go v0.0.13
github.com/tonkeeper/tonapi-go v1.0.1
github.com/tonkeeper/tongo v1.17.1
)

Copilot AI Mar 6, 2026

Copy link

Choose a reason for hiding this comment

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

This module dependency is being bumped to a new major (v1.x) but the repo CI workflow only runs go build ./... and go test ./... from the repo root (which skips nested modules that have their own go.mod), so breakages in examples/gasless won’t be caught automatically. Consider adding a CI step/job that runs go test (or at least go build) inside examples/gasless (and ideally the other example modules) to ensure this upgrade stays green over time, or otherwise document/verify the manual check as part of this bump.

Copilot uses AI. Check for mistakes.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants