Skip to content

Commit bfbd30c

Browse files
committed
fix test.yaml
1 parent 61f04f3 commit bfbd30c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ jobs:
1212
matrix:
1313
os: [windows-latest, macos-latest, ubuntu-latest]
1414
go:
15-
- "1.22"
16-
- "1.21"
17-
- "1.20"
18-
- "1.19"
19-
- "1.18"
15+
- "1.25"
16+
- "1.24"
17+
- "1.23"
2018
runs-on: ${{ matrix.os }}
2119
steps:
2220
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)