Skip to content

Commit 3cb41ff

Browse files
authored
tidy unit test os and go version (#1545)
1 parent e6a41ed commit 3cb41ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
unit_tests:
1515
strategy:
1616
matrix:
17-
go-version: [1.25.4]
17+
go-version: [1.25.x]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
include:
20-
- go-version: 1.25.x
2119
runs-on: ${{ matrix.os }}
2220
steps:
2321
- name: Checkout code

0 commit comments

Comments
 (0)