Bump github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1 in /examples/gasless - #22
Conversation
Security Policy Alert: Actions Policy ViolationThis 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:
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. |
Security Policy Alert: Actions Policy ViolationThis 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:
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. |
cc13f52 to
09f3e9a
Compare
Lawrence Lucas Large (LukeLarge)
left a comment
There was a problem hiding this comment.
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>
09f3e9a to
581ebf7
Compare
Lawrence Lucas Large (LukeLarge)
left a comment
There was a problem hiding this comment.
Bump github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1 in /examples/gasless
#22
There was a problem hiding this comment.
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-gofromv0.0.13tov1.0.1inexamples/gasless/go.mod. - Update corresponding
go.sumentries 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.
| 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 | ||
| ) |
There was a problem hiding this comment.
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.
Bumps github.com/tonkeeper/tonapi-go from 0.0.13 to 1.0.1.
Commits
c2d4b72generate new client versiond452f9bMerge pull request #64 from maximk777/generate-client8962d69feat(client): generate new client version91d0731update usage examples in examples packageDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)