Skip to content

Commit de16777

Browse files
authored
Drop Go 1.22 and support 1.24 (#578)
resolve #543
1 parent bd16dc7 commit de16777

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
go:
18-
- '1.22'
1918
- '1.23'
19+
- '1.24'
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the official API documentation for more information.
1818

1919
## Requirements
2020

21-
This library requires Go 1.22 or later.
21+
This library requires Go 1.23 or later.
2222

2323
## Installation ##
2424

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/line/line-bot-sdk-go/v8
22

3-
go 1.22
3+
go 1.23

0 commit comments

Comments
 (0)