Skip to content

Commit 847ea5d

Browse files
chore(deps): update dependency go to 1.24 (line#552)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/actions/go-versions) | uses-with | minor | `1.22` -> `1.24` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.24.1`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.1-13667719799): 1.24.1 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.0-13277276272...1.24.1-13667719799) Go 1.24.1 ### [`v1.24.0`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.0-13277276272): 1.24.0 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.7-13667722349...1.24.0-13277276272) Go 1.24.0 ### [`v1.23.7`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.7-13667722349): 1.23.7 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.6-13149487101...1.23.7-13667722349) Go 1.23.7 ### [`v1.23.6`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.6-13149487101): 1.23.6 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.5-12821973241...1.23.6-13149487101) Go 1.23.6 ### [`v1.23.5`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.5-12821973241): 1.23.5 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.4-12152391001...1.23.5-12821973241) Go 1.23.5 ### [`v1.23.4`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.4-12152391001): 1.23.4 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.3-11715912308...1.23.4-12152391001) Go 1.23.4 ### [`v1.23.3`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.3-11715912308): 1.23.3 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.2-11145922912...1.23.3-11715912308) Go 1.23.3 ### [`v1.23.2`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.2-11145922912): 1.23.2 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.1-10732274656...1.23.2-11145922912) Go 1.23.2 ### [`v1.23.1`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.1-10732274656): 1.23.1 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.23.0-10380775229...1.23.1-10732274656) Go 1.23.1 ### [`v1.23.0`](https://redirect.github.com/actions/go-versions/releases/tag/1.23.0-10380775229): 1.23.0 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.22.12-13149489080...1.23.0-10380775229) Go 1.23.0 </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/line/line-bot-sdk-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2100eb8 commit 847ea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: '1.22'
30+
go-version: '1.24'
3131
- name: Install goimports
3232
run: go install golang.org/x/tools/cmd/goimports@latest
3333

0 commit comments

Comments
 (0)