Skip to content

Commit e02e9bf

Browse files
authored
Merge pull request #2 from kauche/update
go: update supported Go version
2 parents 8b432ff + 8e44a14 commit e02e9bf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@ jobs:
1010
test:
1111
permissions:
1212
contents: 'read'
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
strategy:
1616
matrix:
1717
version:
18-
- 1.20.4
18+
- 1.24.9
19+
- 1.25.3
1920

2021
steps:
21-
- uses: actions/checkout@v3.5.2
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2223

23-
- uses: actions/setup-go@v3.5.0
24+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2425
with:
2526
go-version: ${{ matrix.version }}
2627

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Supported Go version
66

7-
1.20 or higher.
7+
1.24 or higher.
88

99
## Usage
1010

go.mod

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

3-
go 1.20
3+
go 1.24

0 commit comments

Comments
 (0)