Skip to content

Commit 6a9fb62

Browse files
committed
Bump Go versions and reorder steps as with v2-maint
1 parent 2421d23 commit 6a9fb62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
go: [1.21.x, 1.22.x]
18+
go: [stable, oldstable]
1919
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
2020
runs-on: ${{ matrix.os }}
2121
steps:
22+
- name: Checkout Code
23+
uses: actions/checkout@v4
24+
2225
- name: Set up Go ${{ matrix.go }}
2326
uses: actions/setup-go@v5
2427
with:
2528
go-version: ${{ matrix.go }}
2629

27-
- name: Checkout Code
28-
uses: actions/checkout@v4
29-
3030
- name: Install Dependencies
3131
run: npm install markdown-toc
3232

0 commit comments

Comments
 (0)