Skip to content

Commit 2570a44

Browse files
chore: Update CI (#120)
1 parent a167b40 commit 2570a44

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ concurrency:
1212
jobs:
1313
test:
1414
strategy:
15+
fail-fast: false
1516
matrix:
16-
go-version: [1.21.x, 1.22.x, 1.23.x]
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
go-version:
18+
- 1.21.x
19+
- 1.22.x
20+
- 1.23.x
21+
- 1.24.x
22+
os:
23+
- ubuntu-latest
24+
- macos-latest
25+
- windows-latest
1826
runs-on: ${{ matrix.os }}
1927
steps:
2028
- name: Checkout code
@@ -60,7 +68,7 @@ jobs:
6068
- name: Install Go
6169
uses: actions/setup-go@v5
6270
with:
63-
go-version: 1.23.x
71+
go-version: stable
6472
cache: true
6573
cache-dependency-path: go.sum
6674

0 commit comments

Comments
 (0)