Skip to content

Commit b2142e0

Browse files
committed
update workflow
1 parent 5a9f918 commit b2142e0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ on:
99

1010
jobs:
1111
test:
12-
name: test-${{ matrix.os }}-go${{ matrix.go-version }}
12+
name: test-${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
go-version:
17-
- "1.25"
18-
- "1.24"
1916
os:
2017
- "ubuntu-latest"
2118
- "windows-latest"

0 commit comments

Comments
 (0)