Skip to content

Commit 6186264

Browse files
authored
Support Go 1.25 and drop 1.23 (#628)
Drop Go 1.23 No changes are required to support Go 1.25. https://endoflife.date/go Close #609 #610
1 parent 125a9be commit 6186264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.23 or later.
21+
This library requires Go 1.24 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.23
3+
go 1.24

0 commit comments

Comments
 (0)