Skip to content

Commit 8122213

Browse files
Update module github.com/line/line-bot-sdk-go/v8 to v8.13.1 (#31)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/line/line-bot-sdk-go/v8](https://redirect.github.com/line/line-bot-sdk-go) | `v8.13.0` -> `v8.13.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.0/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fline%2fline-bot-sdk-go%2fv8/v8.13.0/v8.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>line/line-bot-sdk-go (github.com/line/line-bot-sdk-go/v8)</summary> ### [`v8.13.1`](https://redirect.github.com/line/line-bot-sdk-go/releases/tag/v8.13.1): Fix type of CreateAudienceGroupResponse#expireTimestamp [Compare Source](https://redirect.github.com/line/line-bot-sdk-go/compare/v8.13.0...v8.13.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed Type for `CreateAudienceGroupResponse#expireTimestamp` is not float or double, but integer actually. This change fixes type. - Fix type of expireTimestamp by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/line/line-bot-sdk-go/pull/581](https://redirect.github.com/line/line-bot-sdk-go/pull/581) <!-- PR-START line/line-openapi#106 --> (original PR is [https://github.com/line/line-openapi/pull/106](https://redirect.github.com/line/line-openapi/pull/106)) <!-- PR-END line/line-openapi#106 --> ##### line-openapi updates - chore(deps): update line-openapi digest to [`f8dd567`](https://redirect.github.com/line/line-bot-sdk-go/commit/f8dd567) by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/579](https://redirect.github.com/line/line-bot-sdk-go/pull/579) ##### Dependency updates - chore(deps): update actions/setup-python action to v5.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/line/line-bot-sdk-go/pull/580](https://redirect.github.com/line/line-bot-sdk-go/pull/580) **Full Changelog**: line/line-bot-sdk-go@v8.13.0...v8.13.1 *** This release is prepared by [@&#8203;Yang-33](https://redirect.github.com/Yang-33) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/shusann01116/recipena). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c5e69a commit 8122213

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.3
55
require (
66
github.com/GoogleCloudPlatform/functions-framework-go v1.9.2
77
github.com/jomei/notionapi v1.13.3
8-
github.com/line/line-bot-sdk-go/v8 v8.13.0
8+
github.com/line/line-bot-sdk-go/v8 v8.13.1
99
golang.org/x/net v0.39.0
1010
)
1111

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ github.com/line/line-bot-sdk-go/v8 v8.12.1 h1:IE1nwu4fS4wMNw9huQwtB0R4Pnei5D+zQp
2626
github.com/line/line-bot-sdk-go/v8 v8.12.1/go.mod h1:9U4mY4kLAFSCSwPl1YxtqmG0Db19DnclpuYS5VOkOZY=
2727
github.com/line/line-bot-sdk-go/v8 v8.13.0 h1:d/2DNl+wzQzoZ4etYyBed25smHWzmsihLivxC9q5cZ0=
2828
github.com/line/line-bot-sdk-go/v8 v8.13.0/go.mod h1:jjmYNIH9+vxsGpgAY5Ov2dDfvMuamARaohxyr8l3siU=
29+
github.com/line/line-bot-sdk-go/v8 v8.13.1 h1:IF3fCszwFgKN8fyxLvTRzY3KFAofY58H1NkN5Gnnd8E=
30+
github.com/line/line-bot-sdk-go/v8 v8.13.1/go.mod h1:jjmYNIH9+vxsGpgAY5Ov2dDfvMuamARaohxyr8l3siU=
2931
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc=
3032
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
3133
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 h1:Esafd1046DLDQ0W1YjYsBW+p8U2u7vzgW2SQVmlNazg=

0 commit comments

Comments
 (0)