File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44
55## Supported Go version
66
7- 1.20 or higher.
7+ 1.24 or higher.
88
99## Usage
1010
Original file line number Diff line number Diff line change 11module github.com/kauche/bjt
22
3- go 1.20
3+ go 1.24
You can’t perform that action at this time.
0 commit comments