We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd16dc7 commit de16777Copy full SHA for de16777
.github/workflows/go.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
matrix:
17
go:
18
- - '1.22'
19
- '1.23'
+ - '1.24'
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
with:
README.md
@@ -18,7 +18,7 @@ See the official API documentation for more information.
## Requirements
-This library requires Go 1.22 or later.
+This library requires Go 1.23 or later.
23
## Installation ##
24
go.mod
@@ -1,3 +1,3 @@
1
module github.com/line/line-bot-sdk-go/v8
2
3
-go 1.22
+go 1.23
0 commit comments